Skip to content

Commit 5308982

Browse files
ericapisaniclaude
andcommitted
fix(langgraph): bump Python langgraph version to 1.1.5
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>
1 parent de7ed22 commit 5308982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/runner/templates/agents/python/langgraph

src/runner/templates/agents/python/langgraph/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"version": "latest"
1515
}
1616
],
17-
"versions": ["1.0.7"],
17+
"versions": ["1.1.5"],
1818
"sentryVersions": ["latest"]
1919
}

0 commit comments

Comments
 (0)