mirror of
https://github.com/langchain-ai/langgraph-codeact.git
synced 2026-07-19 13:26:45 -04:00
Update langraph dependency to latest version #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yoavkantor on GitHub (Aug 31, 2025).
Current requirements (in PyPi) are:
"langgraph<0.4.0,>=0.3.5"
@sjjpo2002 commented on GitHub (Sep 19, 2025):
The dependency on the pyproject.toml file says "langgraph>=0.4.5" but on PyPI it is incorrectly refers to "langgraph<0.4.0,>=0.3.5". This makes the install from PyPI broken.
This requires a new build and publish to PyPI.
@ReyOrtiz commented on GitHub (Sep 21, 2025):
I'm having the same problem. Is "langgraph-codeact" actually maintained or is it deprecated?