Skip to content

Commit 8c6b16a

Browse files
committed
include older version in literal
1 parent e0d79af commit 8c6b16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luxonis_ml/nn_archive/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from .model import Model
88

9-
CONFIG_VERSION = Literal["1.1"]
9+
CONFIG_VERSION = Literal["1.0", "1.1"]
1010

1111

1212
class Config(BaseModelExtraForbid):

0 commit comments

Comments
 (0)