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 488ce35 commit bcbeb50Copy full SHA for bcbeb50
requirements.txt
@@ -6,4 +6,5 @@ six==1.16.0
6
termcolor==1.1.0
7
typing-extensions==3.10.0.2
8
typingx==0.5.3
9
+pydantic[email]
10
email-validator>=1.0.3
src/superannotate_schemas/__init__.py
@@ -7,7 +7,7 @@
from superannotate_schemas.validators import AnnotationValidators
-__version__ = '1.0.39b3'
+__version__ = '1.0.39b4'
11
12
__all__ = [
13
"__version__",
0 commit comments