Skip to content

Conversation

@mdrxy
Copy link
Member

@mdrxy mdrxy commented Nov 13, 2025

  • Expand to permit Python 3.14
  • Update dependencies

Temporary Dependency Removal

  • google-cloud-bigquery (from 'bigquery' extra)
  • google-cloud-documentai-toolbox (from 'docai' extra)

Due to upstream compatiblity issues with Python 3.13+

googleapis/python-documentai-toolbox#388
googleapis/python-documentai-toolbox#389
googleapis/python-bigquery#2316

Potentially breaking

For users who:

  • Install with pip install langchain-google-community[bigquery]
  • Install with pip install langchain-google-community[docai]
  • Import BigQueryLoader or Document AI components directly

Workaround

pip install langchain-google-community
pip install google-cloud-bigquery>=3.21.0
pip install google-cloud-documentai-toolbox>=0.13.3a0  # if Python < 3.13

These dependencies will be restored once upstream fixes are available.


Closes #1319

@mdrxy mdrxy merged commit 81452db into main Nov 13, 2025
17 checks passed
@mdrxy mdrxy deleted the mdrxy/bump-community-3-14 branch November 13, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python 3.14 - Increase maximum python version to either 3.13 or 3.14 - langchain_google_community

2 participants