diff --git a/poetry.lock b/poetry.lock index 063f4cd5..b3dcfd67 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" @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "c4b8cffdd50f2ca70f37a3504b1c6d4457c0b11e.zip", hash = "sha256:72b3fd5f93c23acfc8627f528aa33b3ba92c7bae6fca778d8385946de0e45b9c"}, + {file = "f392bc946eeb5a2256ee6ebd96136a5d6872f9c5.zip", hash = "sha256:fd531f7d8c2227fe802111d0654ce37f636c9f270a1fcf5396cb316785d0d28c"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c4b8cffdd50f2ca70f37a3504b1c6d4457c0b11e.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f392bc946eeb5a2256ee6ebd96136a5d6872f9c5.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "f6c4e080fdeea37d1fdf244db3a886449dcc63fb0c58aa630090581466460134" +content-hash = "fbfa6c10d93a61f6355e56cf51af2f8c481e631d2e84117aff8adc79c7e36603" diff --git a/pyproject.toml b/pyproject.toml index 1d9c0a26..1a74ac1b 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/c4b8cffdd50f2ca70f37a3504b1c6d4457c0b11e.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f392bc946eeb5a2256ee6ebd96136a5d6872f9c5.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)",