chore(deps-dev): bump langgraph from 0.2.76 to 0.6.6 #1303
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps langgraph from 0.2.76 to 0.6.6.
Release notes
Sourced from langgraph's releases.
... (truncated)
Commits
a692e24fix(langgraph): Remote Baggage (#5964)a566f1ffix(docs): update sales links (#5956)c0b29a6chore(langgraph): Add passthrough params/headers to invoke/stream/etc. (#5940)a86eb4cdocs(persistence): fix StateSnapshot formatting (#5928)3488eb2chore(sdk-py): Update types (#5939)875f20bfeat(sdk-py): define aclose method to LangGraphClient (#5931)723d464chore(sdk-py): Update params type in SDK (#5937)ae62b8fchore: Update release check of version (#5936)9918488feat(sdk-py): client qparams (#5918)c37c9cbdocs: update redirects (#5935)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Important
Update
langgraphdependency version inpyproject.tomlto allow newer versions up to 0.6.6.langgraphversion inpyproject.tomlfrom^0.2.62to>=0.2.62,<0.7.0to allow newer versions up to 0.6.6.This description was created by
for 0fcc315. You can customize this summary. It will automatically update as commits are pushed.
Disclaimer: Experimental PR review
Greptile Summary
This PR updates the
langgraphdependency from version 0.2.76 to 0.6.6 in thepyproject.tomlfile. This is a significant version jump that spans multiple major releases and includes numerous improvements and breaking changes. The change modifies the version constraint from^0.2.62to>=0.2.62,<0.7.0, which provides more explicit version range control while accommodating the new version.Key changes in the updated
langgraphversions include bug fixes for remote baggage handling, performance improvements like savingupdated_channelsto checkpoint, new features such as Redis node-level caching, deprecation ofMessageGraphin favor ofStateGraph+MessagesAnnotation, and various API enhancements for streaming and client functionality.Since
langgraphis listed as a development dependency in the[tool.poetry.group.dev.dependencies]section ofpyproject.toml, this update only affects the development environment and testing infrastructure, not the production code. The Langfuse Python client library useslanggraphfor development purposes, likely for testing graph-based language processing workflows or as part of the development toolchain for working with LangChain ecosystem components.Confidence score: 4/5