Skip to content

Commit cbfbb72

Browse files
committed
fix(deps): remove unused zhipuai dependency and relax pyjwt version
zhipuai is never imported in the codebase but its pyjwt<2.9.0 constraint caused uv sync to fail in CI. Remove it and relax pyjwt to >=2.8.0.
1 parent a015d11 commit cbfbb72

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ dependencies = [
1313
"pydantic>=2.0.0",
1414
"pyyaml>=6.0.0",
1515
"httpx>=0.27.0",
16-
"pyjwt>=2.10.1",
16+
"pyjwt>=2.8.0",
1717
"requests>=2.31.0",
1818
"tiktoken>=0.5.0",
1919
"prompt-toolkit>=3.0.0",
2020
# LLM Clients
2121
"anthropic>=0.39.0",
2222
"openai>=1.57.4",
23-
"zhipuai>=2.0.0",
2423
# Web Framework
2524
"fastapi>=0.104.0",
2625
"uvicorn>=0.24.0",

uv.lock

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)