-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
What happened?
为什么要在pyproject.toml里限定pyjwt的版本pyjwt>=2.8.0,<2.9.0?导致安装langgraph-api>=0.2.115 depends on pyjwt>=2.9.0产生冲突,是pyjwt 2.9.0做了什么变更吗?
Relevant log output
× No solution found when resolving dependencies for split (python_full_version >= '3.13'):
╰─▶ Because zhipuai==2.1.5.20250801 depends on pyjwt>=2.8.0,<2.9.0 and langgraph-api>=0.2.128 depends on pyjwt>=2.9.0, we can conclude that
langgraph-api>=0.2.128 and zhipuai==2.1.5.20250726 are incompatible.
And because only the following versions of langgraph-api are available:
langgraph-api<=0.2.128
langgraph-api==0.2.129
langgraph-api==0.2.130
we can conclude that langgraph-api>=0.2.128 and zhipuai==2.1.5.20250726 are incompatible.
And because your project depends on langgraph-api>=0.2.128 and zhipuai==2.1.5.20250726, we can conclude that your project's requirements are
unsatisfiable.
help: If you want to add the package regardless of the failed resolution, provide the `--frozen` flag to skip locking and syncing.
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels