Skip to content

Commit b46fc86

Browse files
authored
Merge pull request #509 from superannotateai/friday
Friday
2 parents ff3f77b + ad59b54 commit b46fc86

File tree

8 files changed

+744
-283
lines changed

8 files changed

+744
-283
lines changed

docs/source/superannotate.sdk.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Subsets
9494
______
9595

9696
.. automethod:: superannotate.SAClient.get_subsets
97+
.. automethod:: superannotate.SAClient.add_items_to_subset
9798

9899
----------
99100

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plotly==4.1.0
1313
ffmpeg-python>=0.2.0
1414
fire==0.4.0
1515
mixpanel==4.8.3
16-
pydantic>=1.8.2
16+
pydantic>=1.10.2
1717
setuptools~=57.4.0
1818
aiohttp==3.8.1
1919
email-validator>=1.0.3

src/superannotate/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
import sys
33

4+
45
__version__ = "4.4.5dev7"
56

67
sys.path.append(os.path.split(os.path.realpath(__file__))[0])

0 commit comments

Comments
 (0)