diff --git a/poetry.lock b/poetry.lock index ade687c6..88595a2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "52110256882ee3adbc75cbb900db27402052b267.zip", hash = "sha256:98064a0737b91908336a27e0e9b3ed99c6848f3eb03c37a5d342077ac8dfa421"}, + {file = "53534a121e30d2a9b2196eb29c8d5a4d5fc47975.zip", hash = "sha256:578cafe9421d0c07feffa9a81ec04b7e32c1c4a518597bf332dae4e4648b333b"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/52110256882ee3adbc75cbb900db27402052b267.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/53534a121e30d2a9b2196eb29c8d5a4d5fc47975.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e4c4c7bb9e48fd3836c038e8cc7a89660574d7babad4d368186d7c69fbf53f40" +content-hash = "c6732b1cc10d22ac7b8ceb2e90bf5aaa910b677ff4581c046e3cf16e605b6e10" diff --git a/pyproject.toml b/pyproject.toml index b6fe735e..a16b7eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "kombu (>=5.4.0rc2)", "uvicorn", "pydantic-settings (>=2.9.0,<3.0.0)", - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/52110256882ee3adbc75cbb900db27402052b267.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/53534a121e30d2a9b2196eb29c8d5a4d5fc47975.zip", "requests (>=2.32.0,<3.0.0)", # Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904 "litellm (>=1.76.1,<2.0.0)",