diff --git a/poetry.lock b/poetry.lock index 8886c937..f20c73d7 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" @@ -3776,7 +3776,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "f8fa10c7b92562900daeb29058ca213f0b2786f7.zip", hash = "sha256:f28710b30bfcd451484960ae0e1d35b3dd10763a4caceb9a7ebbd0250e99d08c"}, + {file = "f9b9898ea4323597e624466d0f568a611f5f3a22.zip", hash = "sha256:fec800fd7c72893051138ebe832f1784e5d9bc0cba825539ff9acb729d56cee4"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/f8fa10c7b92562900daeb29058ca213f0b2786f7.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f9b9898ea4323597e624466d0f568a611f5f3a22.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "085737744ac29be890449be645d6b07c75b44371913dec0c88ee8c975e94fedc" +content-hash = "bd6b425acb03248c7431c617f560861db37f0c9647c19884f910f741bd5ea19f" diff --git a/pyproject.toml b/pyproject.toml index db66dc7a..5afa763f 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/f8fa10c7b92562900daeb29058ca213f0b2786f7.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f9b9898ea4323597e624466d0f568a611f5f3a22.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)",