Skip to content

Commit 818dd4a

Browse files
chore: FIT-1124: sync SDK (#9043)
Co-authored-by: robot-ci-heartex <[email protected]> Co-authored-by: matt-bernstein <[email protected]>
1 parent 9a2d7d4 commit 818dd4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

label_studio/projects/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def post(self, *args, **kwargs):
603603
name='get',
604604
decorator=extend_schema(
605605
tags=['Projects'],
606-
summary='Get project import status',
606+
summary='Get project import status ',
607607
description="""
608608
Poll the status of an asynchronous project import operation.
609609

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies = [
7474
"tldextract (>=5.1.3)",
7575
"uuid-utils (>=0.11.0,<1.0.0)",
7676
## HumanSignal repo dependencies :start
77-
"label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/fd0071f4fb84204e8ea37eb4991d90083cf2f0fe.zip",
77+
"label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/ee6166bb0b73b85c1122f0d24ea02997c9876969.zip",
7878
## HumanSignal repo dependencies :end
7979
]
8080

0 commit comments

Comments
 (0)