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 2bed23b commit 1271ed9Copy full SHA for 1271ed9
requirements.txt
@@ -5,4 +5,4 @@ pydantic==1.8.2
5
six==1.16.0
6
termcolor==1.1.0
7
typing-extensions==3.10.0.2
8
-?typingx==0.5.3
+typingx==0.5.3
src/superannotate_schemas/__init__.py
@@ -7,7 +7,7 @@
from superannotate_schemas.validators import AnnotationValidators
9
10
-__version__ = '1.0.39b2'
+__version__ = '1.0.39b3'
11
12
__all__ = [
13
"__version__",
0 commit comments