r-richmond opened a new pull request, #29644:
URL: https://github.com/apache/airflow/pull/29644
related: #27292
## What this does
* Removes <2.0.0 limit on google-cloud-bigtable and corresponding protobuf
limit
* google-cloud-bigtable [no longer
requires](https://github.com/googleapis/python-bigtable/blob/main/setup.py#L45)
<= 3.2.0 on protobuf
## Why
* python 3.11 support
* the corresponding protobuf limit restricted multiple other packages from
later versions
* Of interest to me it limited `google-cloud-aiplatform` to `1.13.1`
* which limited `google-cloud-bigquery` to `>=1.15.0,<3.0.0dev`
* Only 1 non-significant breaking change in `google-cloud-bigtable`
[2.0+](https://github.com/googleapis/python-bigtable/releases/tag/v2.0.0)
* [Microgenerator changes which removes support for python <=
3.5](https://github.com/googleapis/python-bigtable/pull/203)
* No other breaking changes in release notes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]