ERROR: ResolutionImpossible: Cannot install langgraph==<old> because these package versions have conflicting dependencies #4515
mdanish-kh
started this conversation in
General
Replies: 2 comments
-
Hello! Yes the constrained minbound for langgraph was increased in the 0.2 release of the langgraph-api to take advantage of some more optimizatinos in how we run checkpointing. If you want to pin against a previous versio of the langraph server, you can pick a versioned image to use. We are working on setting up release notes for the server versions in the upcoming week |
Beta Was this translation helpful? Give feedback.
0 replies
-
This isn't a bug so I'm moving to conversations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Example Code
Requirements.txt for the agent
Error Message and Stack Trace (if applicable)
Description
Just got hit with this today when trying to bundle the langgraph code into a docker image using the
langgraph build
command. It appears to be some sort of breaking change requiring a newer dependency version, which it previously wasn't. I use langgraph 0.3.5 on a remote and local deployment. This is failing on my CI/CD (GitHub actions linux) and also on my local machine running on Windows. Are the older versions deprecated, as I don't see a formal announcement in the release notes?System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
Beta Was this translation helpful? Give feedback.
All reactions