diff --git a/poetry.lock b/poetry.lock index add3ecc..7a7a6a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3509,12 +3509,12 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "1.0.8.dev" +version = "1.0.8" description = "" optional = false python-versions = "^3.8" files = [ - {file = "ae9984e544732025caadf96d2d716c728dbbe014.zip", hash = "sha256:5986ebc985e75d3cba68c0acbd1280b1cf012f30d5b174bdcaac8a682245f22a"}, + {file = "d6b2cea6a7a77ef877b44e3f8e5c36f0b96247b4.zip", hash = "sha256:212705a0243bad369e4babd6d198d97c538d0fd4c495fd79f7f327d6d1089001"}, ] [package.dependencies] @@ -3537,7 +3537,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/ae9984e544732025caadf96d2d716c728dbbe014.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d6b2cea6a7a77ef877b44e3f8e5c36f0b96247b4.zip" [[package]] name = "litellm" @@ -7412,6 +7412,7 @@ 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 +8081,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "f6b099bf335b88ca6de025bcb6c8c2641b37e5f03f3b294b1650b1a6bf2457db" +content-hash = "61a73cad615379af368ce24987175fee845e8a0483bb81354f38dcf0a775daf2" diff --git a/pyproject.toml b/pyproject.toml index 4d27ec7..233d87e 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/ae9984e544732025caadf96d2d716c728dbbe014.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/d6b2cea6a7a77ef877b44e3f8e5c36f0b96247b4.zip"} kafka-python = "^2.0.2" # https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102 requests = "2.31.0"