File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55"""Module for checking dependency versions and supported features."""
66
77# https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md
8- BIGQUERY_MINIMUM_VERSION = "3.3.5 "
8+ BIGQUERY_MINIMUM_VERSION = "3.4.2 "
99BIGQUERY_QUERY_AND_WAIT_VERSION = "3.14.0"
1010PANDAS_VERBOSITY_DEPRECATION_VERSION = "0.23.0"
1111PANDAS_BOOLEAN_DTYPE_VERSION = "1.0.0"
Original file line number Diff line number Diff line change 2323dependencies = [
2424 "setuptools" ,
2525 "db-dtypes >=1.0.4,<2.0.0" ,
26- "numpy >=1.16.6 " ,
26+ "numpy >=1.18.1 " ,
2727 "pandas >=1.1.4" ,
2828 "pyarrow >=3.0.0" ,
2929 "pydata-google-auth >=1.5.0" ,
3535 "google-auth-oauthlib >=0.7.0" ,
3636 # Please also update the minimum version in pandas_gbq/features.py to
3737 # allow pandas-gbq to detect invalid package versions at runtime.
38- "google-cloud-bigquery >=3.3.5 ,<4.0.0dev" ,
39- "packaging >=20 .0.0" ,
38+ "google-cloud-bigquery >=3.4.2 ,<4.0.0dev" ,
39+ "packaging >=22 .0.0" ,
4040]
4141extras = {
4242 "bqstorage" : [
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ db-dtypes==1.0.4
1010google-api-core==2.10.2
1111google-auth==2.13.0
1212google-auth-oauthlib==0.7.0
13- google-cloud-bigquery==3.3.5
13+ google-cloud-bigquery==3.4.2
1414google-cloud-bigquery-storage==2.16.2
15- numpy==1.16.6
15+ numpy==1.18.1
1616pandas==1.1.4
1717pyarrow==3.0.0
1818pydata-google-auth==1.5.0
1919tqdm==4.23.0
20- packaging==20 .0.0
20+ packaging==22 .0.0
You can’t perform that action at this time.
0 commit comments