Skip to content

Commit 8637c31

Browse files
feat: DIA-2201: Add endpoint to rotate personal access token (#389)
Co-authored-by: hakan458 <[email protected]>
1 parent 592e818 commit 8637c31

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

poetry.lock

+5-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ celery = {version = "^5.3.6", extras = ["redis"]}
4343
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
4444
uvicorn = "*"
4545
pydantic-settings = "^2.9.0"
46-
label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/a0223aa8bc8c5de18c8312d4907881d97f682a3d.zip"}
46+
label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/1ef88e2f8afe50a738fc1b03385cb1f3d6b2dd9f.zip"}
4747
requests = "^2.32.0"
4848
# Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904
4949
#litellm = "^1.47.2"

0 commit comments

Comments
 (0)