diff --git a/poetry.lock b/poetry.lock index b0abdea852c7..3bfa3e117a72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1938,7 +1938,7 @@ description = "" optional = false python-versions = ">=3.9,<4" files = [ - {file = "945bbd2902adf274de9319fd04abb11a5a3445af.zip", hash = "sha256:10a1bc38cda19d18e0c31afae6235abc3b1196dd5a775948e4197acaf8a28569"}, + {file = "00fd525ec587bb20aeb4c1f724363fe0e77e5be6.zip", hash = "sha256:704208fd0c24c4a7810fde66d80f74b9f4b428a17bb3646fbfc4d671a94348d7"}, ] [package.dependencies] @@ -1954,7 +1954,6 @@ numpy = ">=1.26.4,<2.0.0" pandas = ">=0.24.0" Pillow = ">=10.0.1" pydantic = ">=1.9.2" -pydantic-core = ">=2.18.2,<3.0.0" requests = ">=2.22.0" requests-mock = "1.12.1" typing_extensions = ">=4.0.0" @@ -1963,7 +1962,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/945bbd2902adf274de9319fd04abb11a5a3445af.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/00fd525ec587bb20aeb4c1f724363fe0e77e5be6.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4617,4 +4616,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "d5a92d786b9b099f9ff430d84830aec8e424c8dbf567a6a60fa792c4a9e5a0dd" +content-hash = "b83c86dd4e4f6ebc5c2a661409446f2146b4b3f96f02f72554e8da4be4928d0d" diff --git a/pyproject.toml b/pyproject.toml index 3654f234b014..cfb497f6b894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,7 +203,7 @@ django-migration-linter = "^5.1.0" setuptools = ">=75.4.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/945bbd2902adf274de9319fd04abb11a5a3445af.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/00fd525ec587bb20aeb4c1f724363fe0e77e5be6.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2"