Skip to content

fix: loosen langgraph version pin from ==1.1.6 to >=1.1,<2 - #32

Merged
zurfjereluhmie merged 1 commit into
mainfrom
fix/loosen-langgraph-pin
Apr 22, 2026
Merged

fix: loosen langgraph version pin from ==1.1.6 to >=1.1,<2#32
zurfjereluhmie merged 1 commit into
mainfrom
fix/loosen-langgraph-pin

Conversation

@zurfjereluhmie

@zurfjereluhmie zurfjereluhmie commented Apr 22, 2026

Copy link
Copy Markdown
Owner

PyPI version drift

  • The strict pin langgraph==1.1.6 caused a version mismatch between the local source and the published PyPI wheel (which declared ==1.1.3)
  • It also prevents users from installing evalwire alongside projects that need a different langgraph version
  • Loosened to >=1.1,<2 in both the [project.optional-dependencies] extra and the demo dependency group

The strict pin (==1.1.6) caused a version drift between the local source
and the published PyPI wheel (which declared ==1.1.3). It also prevented
users from installing evalwire alongside projects that need a different
langgraph version.

Replace the exact pin with a compatible range (>=1.1,<2) in both the
optional-dependencies extra and the demo dependency group.
@zurfjereluhmie
zurfjereluhmie merged commit ebab441 into main Apr 22, 2026
8 checks passed
@zurfjereluhmie
zurfjereluhmie deleted the fix/loosen-langgraph-pin branch April 22, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant