fix(langgraph): bump Python langgraph version to 1.1.5#132
Merged
ericapisani merged 1 commit intomainfrom Apr 7, 2026
Merged
Conversation
langgraph-prebuilt 1.0.9 imports ExecutionInfo and ServerInfo from langgraph.runtime, which only exist in langgraph>=1.1.5. Pinning to 1.0.7 causes an ImportError at runtime (langchain-ai/langgraph#7404). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
constantinius
approved these changes
Apr 7, 2026
🔴 AI SDK Integration Test ResultsStatus: 3 regressions detected Summary
🔴 RegressionsThese tests were passing on main but are now failing: cloudflare/vercel :: Long Input Agent Test (streaming, function, openai)Error: Test execution failed: Worker returned HTTP 500: HTTP 500 cloudflare/openai :: Long Input LLM Test (streaming)Error: Test execution failed: Wrangler exited with code 1 python/google-genai :: Conversation ID LLM Test (async, blocking)Error: 2 check(s) failed: ✅ FixedThese tests were failing on main but are now passing:
Test MatrixAgent Tests
Embedding Tests
LLM Tests
MCP Tests
Legend: ✅ Pass | ❌ Fail | ✅🔧 Fixed | ❌📉 Regressed | ✅🆕 New (pass) | ❌🆕 New (fail) | 🗑️ Removed | str=streaming blk=blocking a=async s=sync io=stdio sse=sse hi=highlevel lo=lowlevel Generated by AI SDK Integration Tests |
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.
langgraphPython agents version from1.0.7to1.1.5ImportError: cannot import name 'ExecutionInfo' from 'langgraph.runtime'caused bylanggraph-prebuilt==1.0.9being incompatible withlanggraph<1.1.3(langgraph-prebuiltv1.0.9 breaks with older versions oflanggraph. Cannot import name 'ServerInfo' from 'langgraph.runtime' langchain-ai/langgraph#7404)