Skip to content

Commit

Permalink
Fix latest sdk commit from the related branch (manual FM)
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Oct 15, 2024
1 parent 3ed810c commit 005c618
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 7 deletions.
133 changes: 128 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/81ab3bbed0373fca1fd9166f186bfd0817512331.zip"}
label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/76b8f65c485456a74e34d0a7d970d0a8bb29ef4f.zip"}
kafka-python = "^2.0.2"
# https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102
requests = "2.31.0"
Expand Down Expand Up @@ -70,7 +70,7 @@ mockafka-py = "^0.1.57"
optional = true

[tool.poetry.group.label-studio.dependencies]
label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/81ab3bbed0373fca1fd9166f186bfd0817512331.zip"}
label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/76b8f65c485456a74e34d0a7d970d0a8bb29ef4f.zip"}

[tool.poetry.scripts]
adala = "adala.cli:main"
Expand Down

0 comments on commit 005c618

Please sign in to comment.