chore: bump langgraph from 1.2.9 to 1.2.11 - #765
Merged
Conversation
This was referenced Aug 24, 2026
huang195
approved these changes
Aug 24, 2026
huang195
left a comment
Member
There was a problem hiding this comment.
All three open Python bumps edit the same file, authbridge/requirements.txt, so they cannot merge independently — whichever lands first forces the other two to rebase.
Recommended order, because langchain-openai depends on langchain-core:
Merging core after openai risks a resolver conflict. Alternatively bundle all three into one PR and close the originals — one CI run instead of three rebase cycles.
CI green.
Assisted-By: Claude Code
dependabot
Bot
force-pushed
the
dependabot/pip/langgraph-1.2.11
branch
2 times, most recently
from
August 24, 2026 16:46
071f23e to
39ba984
Compare
huang195
added a commit
that referenced
this pull request
Aug 24, 2026
….txt
authbridge/requirements.txt is currently unsatisfiable on main:
langchain-core==1.5.5
langchain-openai==1.6.0 # requires langchain-core>=1.6.0,<2.0.0
$ pip install --dry-run 'langchain-openai==1.6.0' 'langchain-core==1.5.5'
ERROR: Cannot install langchain-core==1.5.5 and langchain-openai==1.6.0
because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible
How it got here: #769 pinned langchain-core to 1.5.5, and #767 was opened
against langchain-openai 1.5.1 (which needs core >= 1.5.4, satisfied). A
rebase of #767 silently retargeted it to 1.6.0, which needs core >= 1.6.0,
and it merged with an approval that predated the retarget --
dismiss_stale_reviews is false, so the approval carried over.
Nothing caught it: Python Tests completes in 12s and never installs
requirements.txt, and main has no required status checks.
1.6.0 is the current langchain-core release. Verified this resolves, and
verified it is safe to land alone -- tested against langgraph 1.2.9 (main's
pin today) and 1.2.11 (the target of open PR #765); both resolve.
Signed-off-by: Hai Huang <huang195@gmail.com>
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 1.2.9 to 1.2.11. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@1.2.9...1.2.11) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/langgraph-1.2.11
branch
from
August 24, 2026 17:06
39ba984 to
d1e2271
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 1.2.9 to 1.2.11.
Release notes
Sourced from langgraph's releases.
Commits
644815frelease(langgraph): 1.2.11 (#8595)7d6b579feat(langgraph): exposetrace_policyonadd_node(#8523)d56666fchore(deps): bump the minor-and-patch group across 1 directory with 7 updates...6a2822dchore(deps): bump the minor-and-patch group across 1 directory with 5 updates...fde3068release(checkpoint-postgres): 3.1.2 (#8565)f55e772release(checkpoint): 4.2.0 (#8563)a90ab44fix(checkpoint): collect writes at plain-value seed in delta channel history ...ea5f9ccchore: enforce PLC0415 in tests for the remaining packages (#8547)36a505atest(checkpoint-postgres,checkpoint-sqlite): run the conformance suite (#8537)d569e18fix(checkpoint-postgres): find plain-value seeds when walking delta history (...