diff --git a/poetry.lock b/poetry.lock index e3598db8..89818c2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "6f23319b30c84ecf80b254e0a8bdb18c16d98219.zip", hash = "sha256:ca8931d448bfd27e643d6196aba7b468cee130a3b361861b176182174503c70b"}, + {file = "d37f7ab25642ffaa257edb38bd8c844041814176.zip", hash = "sha256:00c7261c50236355de819a846c76c988f4e088f74992ecb9437415a62ef89250"}, ] [package.dependencies] @@ -3713,6 +3713,7 @@ pandas = ">=0.24.0" Pillow = ">=10.0.1" pydantic = ">=1.9.2" pydantic-core = ">=2.18.2,<3.0.0" +pyjwt = ">=2.10.1,<3.0.0" requests = ">=2.22.0" requests-mock = "1.12.1" typing_extensions = ">=4.0.0" @@ -3721,7 +3722,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/6f23319b30c84ecf80b254e0a8bdb18c16d98219.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d37f7ab25642ffaa257edb38bd8c844041814176.zip" [[package]] name = "litellm" @@ -5970,14 +5971,14 @@ files = [ [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.1" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, - {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, + {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.dependencies] @@ -8486,4 +8487,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "b5e662dae2cb74e4474dff43060b203d5b7dabe92a24ec18b89e17dd2bffd5dc" +content-hash = "711f1e73fea7dc083c0516a0510e76aa66441ffcb28e89e93f0042a0507a3175" diff --git a/pyproject.toml b/pyproject.toml index 866cec49..85ea8647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,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/6f23319b30c84ecf80b254e0a8bdb18c16d98219.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/d37f7ab25642ffaa257edb38bd8c844041814176.zip"} kafka-python-ng = "^2.2.3" requests = "^2.32.0" # Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904