Skip to content

Commit bcbeb50

Browse files
dshabinVaghinakDev
authored andcommitted
Update __init__.py
1 parent 488ce35 commit bcbeb50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ six==1.16.0
66
termcolor==1.1.0
77
typing-extensions==3.10.0.2
88
typingx==0.5.3
9+
pydantic[email]
910
email-validator>=1.0.3

src/superannotate_schemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from superannotate_schemas.validators import AnnotationValidators
88

99

10-
__version__ = '1.0.39b3'
10+
__version__ = '1.0.39b4'
1111

1212
__all__ = [
1313
"__version__",

0 commit comments

Comments
 (0)