DISCUSSION: policy for dependency updates that aren't covered by NEP 29 #357
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-pandas API.
type: process
A process-related concern. May include testing, release, or the like.
NEP 29, which the pandas community has also been following, has a timeline for Python and NumPy supported versions.
It does not have related recommendations for
pandas
and certainly not other packages we depend on such asgoogle-cloud-bigquery
,google-cloud-bigquery-storage
,pydata-google-auth
,google-cloud-core
,google-api-core
,google-auth
,google-auth-oauthlib
.If I interpret the
NumPy
algorithm correctly, we need to support a two-year window.We're actually just about caught up with that in the
google-cloud-bigquery
dependency.Our minimum version is
1.11.x
, which was released in April 2019. https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#1110 We'd be able to start incrementing minimum version to 1.12.0 in May.Thoughts? Is 2 years the right window?
The text was updated successfully, but these errors were encountered: