From c294c624b06e3d6ec377a9d964368982bd649bdf Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 22:19:14 +0000 Subject: [PATCH] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/12496970745 --- poetry.lock | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c724cc20bfe5..0cf383aeecf0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1938,7 +1938,7 @@ description = "" optional = false python-versions = ">=3.9,<4" files = [ - {file = "264ad59a0986d7ca90e7b95ffacc6244d1b8171c.zip", hash = "sha256:b80a29cddb0c6f2262d178dbaf28943f8eb4b00ef7bf9e18d357599997caecb0"}, + {file = "aa8e0d8e0b54d88bcdfcbd53e17cdb267535dbef.zip", hash = "sha256:a2db14ae19055b3fbe94ce358e2ef3059ad8c33edcc9a0a61e045ce3d880a276"}, ] [package.dependencies] @@ -1954,6 +1954,7 @@ 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" @@ -1962,7 +1963,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/264ad59a0986d7ca90e7b95ffacc6244d1b8171c.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/aa8e0d8e0b54d88bcdfcbd53e17cdb267535dbef.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4616,4 +4617,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "faf764bc6d90cf387e5f04f2d795a1daea6c2e7262f65a7ef32077bc66830617" +content-hash = "886a942bc464927d9c1945a19cd8198d1c683933546752ed22128632bb2866a5" diff --git a/pyproject.toml b/pyproject.toml index 74e0b7b34ca1..bd7f3903495c 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/264ad59a0986d7ca90e7b95ffacc6244d1b8171c.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/aa8e0d8e0b54d88bcdfcbd53e17cdb267535dbef.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2"