diff --git a/poetry.lock b/poetry.lock index 0191bce3d671..269966a90ae9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2130,13 +2130,13 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7) ; platform_python_implementat [[package]] name = "label-studio-sdk" -version = "2.0.7.dev" +version = "2.0.7" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "620d3bce402bd222c7f5e87f6060033b6e27066e.zip", hash = "sha256:83805b62a720c4a0fdf47702e6259c6dbb6c9c5d103c80a57d4ffae611a94341"}, + {file = "7ee8b9561b98b45a238c075974e76f71a5c5a959.zip", hash = "sha256:47b2fcd556357a173e09b876c6e212f51d5d09248ba9221449ff319b8f071cb4"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/620d3bce402bd222c7f5e87f6060033b6e27066e.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7ee8b9561b98b45a238c075974e76f71a5c5a959.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5109,4 +5109,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "db9e5126081b823e8cc73cf7dd439960b48209a85f924dd547b8b16e9b654981" +content-hash = "8c1de56e03ae4c486e2d240e8d45c797a8253d6691625d307f4283a542e0afc4" diff --git a/pyproject.toml b/pyproject.toml index e291f79b159c..3591d9171d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "tldextract (>=5.1.3)", "uuid-utils (>=0.11.0,<1.0.0)", ## HumanSignal repo dependencies :start - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/620d3bce402bd222c7f5e87f6060033b6e27066e.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7ee8b9561b98b45a238c075974e76f71a5c5a959.zip", ## HumanSignal repo dependencies :end ]