Releases: LangChain v0.3 #26544
Pinned
baskaryan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LangChain v0.3 is out!
What's changed
langchain_core.pydantic_v1
orpydantic.v1
.These are the only breaking changes.
What's new
We’ve made a number of non-breaking improvements during the development of LangChain v0.2 that we’d like to highlight here:
langchain-community
to their ownlangchain-{name}
packages. This is a non-breaking change, as the legacy implementations are left in langchain-community and marked as deprecated. This allows us to better manage the dependencies of, test, and version these integrations. You can see all the latest integration packages in the Python API reference.How to update your code
Check the how-to guide in the docs for guidance on code migration.
Documentation
LangChain documentation is versioned and documentation for previous versions will remain live at the following URLs: v0.1, v0.2.
Feedback
Please open an Issue if you come across any bugs.
Please leave comments here if you have any high-level feedback on the above changes, on migration, on the docs, etc.
Related posts: #19339, #24405, #26180
Beta Was this translation helpful? Give feedback.
All reactions