Langchain V1 Support #1548
assafelovic
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes - LangChain v1 Migration
Breaking Changes
Python 3.10+ now required - LangChain v1 drops Python 3.9 support. Please upgrade to Python 3.10 or higher (Python 3.12 recommended).
Updates
LangChain v1 Compatibility
Upgraded to LangChain v1.0+ with updated import paths across the codebase:
langchain.prompts→langchain_core.promptslangchain.text_splitter→langchain_text_splitterslangchain.retrievers→langchain_classic.retrieversPackage Versions
langchain>=1.0.0langchain-core>=1.0.0langchain-community>=0.4.0langchain-classic>=1.0.0(new)Simplified Dependencies
Reduced
requirements.txtfrom 134 to 63 lines by removing transitive dependencies - now only lists packages directly used by the project.📝 Migration Guide
# Install with Python 3.10+ python -m pip install -r requirements.txt pip install gpt-researcher --upgradeSee the LangChain v1 migration guide for more details.
Fixes
What's Changed in Release
New Contributors
Full Changelog: v.3.3.6...v.3.3.7
This discussion was created from the release Langchain V1 Support.
Beta Was this translation helpful? Give feedback.
All reactions