From 6c3a46355b9e38494dbcd05025b55651ef43d903 Mon Sep 17 00:00:00 2001 From: farioas Date: Fri, 20 Feb 2026 16:34:54 +0000 Subject: [PATCH 1/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/22232296499 --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e6faf84..7587c34d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 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" @@ -3700,7 +3700,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -4169,7 +4169,7 @@ librabbitmq = ["librabbitmq (>=2.0.0) ; python_version < \"3.11\""] mongodb = ["pymongo (==4.15.3)"] msgpack = ["msgpack (==1.1.2)"] pyro = ["pyro4 (==4.82)"] -qpid = ["qpid-python (==1.36.0.post1)", "qpid-tools (==1.36.0.post1)"] +qpid = ["qpid-python (==1.36.0-1)", "qpid-tools (==1.36.0-1)"] redis = ["redis (>=4.5.2,!=4.5.5,!=5.0.2,<6.5)"] slmq = ["softlayer_messaging (>=1.0.3)"] sqlalchemy = ["sqlalchemy (>=1.4.48,<2.1)"] @@ -4190,7 +4190,7 @@ files = [ ] [package.dependencies] -certifi = ">=14.5.14" +certifi = ">=14.05.14" durationpy = ">=0.7" python-dateutil = ">=2.5.3" pyyaml = ">=5.4.1" @@ -4206,13 +4206,13 @@ google-auth = ["google-auth (>=1.0.1)"] [[package]] name = "label-studio-sdk" -version = "2.0.18" +version = "0.0.1357" description = "" optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "97f2ec6aca6067c1313349e1480c5143d96a22ce.zip", hash = "sha256:5bbfee596c6eebd455f303ca0dec18bc6f443c49f96d1e478b5b613a0ab7cdb7"}, + {file = "18a7788fb2988adf79f79ac9a5b8aecb6ff36cd0.zip", hash = "sha256:a0c7fd22917e859e4b94f4a94e9d67667434e0b39cf4212922167642ade5861d"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/97f2ec6aca6067c1313349e1480c5143d96a22ce.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/18a7788fb2988adf79f79ac9a5b8aecb6ff36cd0.zip" [[package]] name = "lark" @@ -8345,10 +8345,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.37.4,<2.0a0" +botocore = ">=1.37.4,<2.0a.0" [package.extras] -crt = ["botocore[crt] (>=1.37.4,<2.0a0)"] +crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"] [[package]] name = "send2trash" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "8a0e6dbfaaa56fd86dd39695ac78a3a125c6e398e29aa50955744130dd32dbf9" +content-hash = "12d74ef0e4f47552d985b6c4f4d45c0621dee2d711acd9180b17bdb1912997f3" diff --git a/pyproject.toml b/pyproject.toml index 4ff0f33b..50080406 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/97f2ec6aca6067c1313349e1480c5143d96a22ce.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/18a7788fb2988adf79f79ac9a5b8aecb6ff36cd0.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)", From 740a3840632cb3717abc9f7a604a4f949a3c6c15 Mon Sep 17 00:00:00 2001 From: farioas Date: Tue, 24 Feb 2026 10:12:40 +0000 Subject: [PATCH 2/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/22346221189 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7587c34d..731092b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "18a7788fb2988adf79f79ac9a5b8aecb6ff36cd0.zip", hash = "sha256:a0c7fd22917e859e4b94f4a94e9d67667434e0b39cf4212922167642ade5861d"}, + {file = "7a44a9f6a6ade6c2353a9b246060970eafa79304.zip", hash = "sha256:a277c62946c874ded04a374bd98eebf4421abd4b61bfaef124329a642e86644a"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/18a7788fb2988adf79f79ac9a5b8aecb6ff36cd0.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7a44a9f6a6ade6c2353a9b246060970eafa79304.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "12d74ef0e4f47552d985b6c4f4d45c0621dee2d711acd9180b17bdb1912997f3" +content-hash = "f7e528f9fe89d6743b92f36a662e281870773439fe8eb01cef4b16361cb40a2a" diff --git a/pyproject.toml b/pyproject.toml index 50080406..02aac1b4 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/18a7788fb2988adf79f79ac9a5b8aecb6ff36cd0.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7a44a9f6a6ade6c2353a9b246060970eafa79304.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)",