Skip to content

feat: langgraph python migration guide#1018

Merged
Sydney Runkle (sydney-runkle) merged 2 commits into
mainfrom
sr/langgraph-migration
Oct 20, 2025
Merged

feat: langgraph python migration guide#1018
Sydney Runkle (sydney-runkle) merged 2 commits into
mainfrom
sr/langgraph-migration

Conversation

@sydney-runkle

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 20, 2025 13:35
@github-actions github-actions Bot added langchain For docs changes to LangChain python For content related to the Python version of LangChain projects oss labels Oct 20, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a migration guide for LangGraph v1 to help users transition from previous versions. The guide focuses on the main breaking changes and deprecations introduced in v1.

  • Adds comprehensive migration documentation for LangGraph v1
  • Documents the deprecation of create_react_agent in favor of LangChain's create_agent
  • Lists all deprecated items with their alternatives

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/oss/python/migrate/langgraph-v1.mdx New migration guide documenting v1 changes, deprecations, and upgrade instructions
src/docs.json Adds the migration guide to the LangGraph v1.0 navigation group

Comment thread src/oss/python/migrate/langgraph-v1.mdx

### Dropped Python 3.9 support

All LangChain packages now require **Python 3.10 or higher**. Python 3.9 reached [end of life](https://devguide.python.org/versions/) in October 2025.

Copilot AI Oct 20, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 3.9's end of life date is incorrect. Python 3.9 reached end of life in October 2025 according to the text, but this appears to be a future date that should be verified against the actual EOL schedule.

Suggested change
All LangChain packages now require **Python 3.10 or higher**. Python 3.9 reached [end of life](https://devguide.python.org/versions/) in October 2025.
All LangChain packages now require **Python 3.10 or higher**. Python 3.9 will reach [end of life](https://devguide.python.org/versions/) in October 2025.

Copilot uses AI. Check for mistakes.
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-srlang-1760967368-1db6b47

@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-srlang-1760967457-c3ec247

@sydney-runkle
Sydney Runkle (sydney-runkle) merged commit ba5c05f into main Oct 20, 2025
11 checks passed
@sydney-runkle
Sydney Runkle (sydney-runkle) deleted the sr/langgraph-migration branch October 20, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants