diff --git a/poetry.lock b/poetry.lock index 8886c937..b5d92566 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 = "fce9fe47442ccc15e671e42323c899a03e0cce7f.zip", hash = "sha256:a21dcd64d5491b78ab3b01596cd6d3bdadde47c4873c731c801e4fef34d44bd1"}, ] [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/fce9fe47442ccc15e671e42323c899a03e0cce7f.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 = "8d268a8bd61803dc0ddfa0245c2a82781fcffe2fc79c1133e34547f74425cba4" diff --git a/pyproject.toml b/pyproject.toml index db66dc7a..1442a755 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/fce9fe47442ccc15e671e42323c899a03e0cce7f.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)",