We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ca1d8 commit e22b105Copy full SHA for e22b105
src/schemapack/_internals/spec/datapack.py
@@ -35,7 +35,7 @@
35
ResourceId,
36
)
37
38
-SupportedDataPackVersions = Literal["3.0.0", "3.1.0", "4.0.0"]
+SupportedDataPackVersions = Literal["3.0.0", "3.1.0", "4.0.0"]
39
SUPPORTED_DATA_PACK_VERSIONS = typing.get_args(SupportedDataPackVersions)
40
41
0 commit comments