Update to LangChain V0.3 and remove Py3.8 support #70
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Recently, LangChain has released V0.3 for their libraries which removes support for Python v3.8. Other changes in this release should not affect our integrations. Python v3.8 is reaching EOL in October 2024. Therefore, we have decided to remove support for v3.8 from our libraries.
Here is an example of the changes that need to be made: googleapis/langchain-google-alloydb-pg-python#237.
We recommend that you make these changes separate from the open dependency update PR ("chore(deps): update python-nonmajor") with the commit/PR title: "feat: remove support for Python 3.8" to ensure this change is clearly noted in the CHANGELOG.
The text was updated successfully, but these errors were encountered: