diff --git a/poetry.lock b/poetry.lock index 7dc0d8f1..0be81806 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7b780db071a7595c4230d620e29e371c7a66ef74.zip", hash = "sha256:a38962c8a4d218275effa675c109f009e20bf810a8f3c979fcc2091cc03d1448"}, + {file = "5e8a21cbb7450e0734a66be785ae38ad2a5b1c0c.zip", hash = "sha256:f174c23ef8d4b14a34dd772d21d9c8a38ea97b3835e8146795b054111e6f3030"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7b780db071a7595c4230d620e29e371c7a66ef74.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/5e8a21cbb7450e0734a66be785ae38ad2a5b1c0c.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "f675e51cc73996f575a6a4282588a02f2da001d6114c0f556dd7113872f75906" +content-hash = "8a07c0c1e09de297459aaa56886a932e0e948fd68b82630753dc2ee635fd2ecc" diff --git a/pyproject.toml b/pyproject.toml index 95633435..963e546a 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/7b780db071a7595c4230d620e29e371c7a66ef74.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/5e8a21cbb7450e0734a66be785ae38ad2a5b1c0c.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)",