Incompatibility with v1 of Langgraph/Langchain #20

Open
opened 2026-02-16 07:16:31 -05:00 by yindo · 0 comments
Owner

Originally created by @valenvivaldi on GitHub (Nov 28, 2025).

The following command in my proyect, after update the langgraph & langchain packages up to 1.0.0:

uv lock --upgrade
gives me the following result:

× No solution found when resolving dependencies:
 ╰─▶ Because all versions of langgraph-codeact depend on langgraph>=0.3.5,<0.4.0 and your project depends on langgraph>=1.0.4, we can
     conclude that your project and all versions of langgraph-codeact are incompatible.
     And because your project depends on langgraph-codeact, we can conclude that your project's requirements are unsatisfiable.
Originally created by @valenvivaldi on GitHub (Nov 28, 2025). The following command in my proyect, after update the langgraph & langchain packages up to 1.0.0: ` uv lock --upgrade ` gives me the following result: ``` × No solution found when resolving dependencies: ╰─▶ Because all versions of langgraph-codeact depend on langgraph>=0.3.5,<0.4.0 and your project depends on langgraph>=1.0.4, we can conclude that your project and all versions of langgraph-codeact are incompatible. And because your project depends on langgraph-codeact, we can conclude that your project's requirements are unsatisfiable. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-codeact#20