diff --git a/poetry.lock b/poetry.lock index a173e7a..457cf5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3513,7 +3513,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "a588ba578c7ee12e80b244dac6bd09331d0b95eb.zip", hash = "sha256:a81097b5c49765529f1e73a23aafdf18c0cb348b54294172f9f2d20149ab192e"}, + {file = "7025e11c7ea98464fc8001a2233208b23be6bddd.zip", hash = "sha256:0ff99c95c2499c98264a6c35bf775881657e58e9e0482a2f96bb3595e0db8212"}, ] [package.dependencies] @@ -3536,7 +3536,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a588ba578c7ee12e80b244dac6bd09331d0b95eb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7025e11c7ea98464fc8001a2233208b23be6bddd.zip" [[package]] name = "litellm" @@ -7411,7 +7411,6 @@ description = "Automatically mock your HTTP interactions to simplify and speed u optional = false python-versions = ">=3.8" files = [ - {file = "vcrpy-6.0.1-py2.py3-none-any.whl", hash = "sha256:621c3fb2d6bd8aa9f87532c688e4575bcbbde0c0afeb5ebdb7e14cac409edfdd"}, {file = "vcrpy-6.0.1.tar.gz", hash = "sha256:9e023fee7f892baa0bbda2f7da7c8ac51165c1c6e38ff8688683a12a4bde9278"}, ] @@ -8080,4 +8079,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "7218ec39ff83ed8021a5cef3f9e1a5d15dfe5bc3a3fdb49e127f7b3b02ac7f93" +content-hash = "787a80e0f443fb6b3c5208fdbdba96f4c872cafa68ee85d66cd3a9b21efe9e77" diff --git a/pyproject.toml b/pyproject.toml index 45e6ce8..4f604d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ celery = {version = "^5.3.6", extras = ["redis"]} kombu = ">=5.4.0rc2" # Pin version to fix https://github.com/celery/celery/issues/8030. TODO: remove when this fix will be included in celery uvicorn = "*" pydantic-settings = "^2.2.1" -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/a588ba578c7ee12e80b244dac6bd09331d0b95eb.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/7025e11c7ea98464fc8001a2233208b23be6bddd.zip"} kafka-python = "^2.0.2" # https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102 requests = "2.31.0"