chore(community): bump supported Python version to include 3.14#1416
Merged
Mason Daugherty (mdrxy) merged 2 commits intolangchain-ai:mainfrom Dec 8, 2025
Merged
chore(community): bump supported Python version to include 3.14#1416Mason Daugherty (mdrxy) merged 2 commits intolangchain-ai:mainfrom
Mason Daugherty (mdrxy) merged 2 commits intolangchain-ai:mainfrom
Conversation
aef6b20 to
a8ee1e7
Compare
d21bc11 to
26e1f44
Compare
26e1f44 to
839c541
Compare
4 tasks
…<4.0.0, to match geni and vertex modules
b6bcf3a to
720fb56
Compare
Contributor
Author
|
Mason Daugherty (@mdrxy) should I also update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently on pip, langchain-google-community only supports Python <3.14. There was a PR to add 3.14 support however it looks like it actually updated the project to support 3.13. This PR corrects that, and also runs the tests on 3.14 also. Disabled Pydantic V1 tests for Python 3.14 as the developers have stated they will not support it.
Description
Update pyproject.toml for
langchain-google-communityto support Python 3.14. In addition, make the unit tests run on 3.14, and set integration test to run on 3.14 by default (please tell me if you don't want that, I will revert).Relevant issues
Type
🆕 New Feature
🐛 Bug Fix
Changes(optional)
Testing(optional)
Note(optional)