File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
"""Module for checking dependency versions and supported features."""
6
6
7
7
# https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md
8
- BIGQUERY_MINIMUM_VERSION = "3.3.5 "
8
+ BIGQUERY_MINIMUM_VERSION = "3.4.2 "
9
9
BIGQUERY_QUERY_AND_WAIT_VERSION = "3.14.0"
10
10
PANDAS_VERBOSITY_DEPRECATION_VERSION = "0.23.0"
11
11
PANDAS_BOOLEAN_DTYPE_VERSION = "1.0.0"
Original file line number Diff line number Diff line change 23
23
dependencies = [
24
24
"setuptools" ,
25
25
"db-dtypes >=1.0.4,<2.0.0" ,
26
- "numpy >=1.16.6 " ,
26
+ "numpy >=1.18.1 " ,
27
27
"pandas >=1.1.4" ,
28
28
"pyarrow >=3.0.0" ,
29
29
"pydata-google-auth >=1.5.0" ,
35
35
"google-auth-oauthlib >=0.7.0" ,
36
36
# Please also update the minimum version in pandas_gbq/features.py to
37
37
# 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" ,
40
40
]
41
41
extras = {
42
42
"bqstorage" : [
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ db-dtypes==1.0.4
10
10
google-api-core==2.10.2
11
11
google-auth==2.13.0
12
12
google-auth-oauthlib==0.7.0
13
- google-cloud-bigquery==3.3.5
13
+ google-cloud-bigquery==3.4.2
14
14
google-cloud-bigquery-storage==2.16.2
15
- numpy==1.16.6
15
+ numpy==1.18.1
16
16
pandas==1.1.4
17
17
pyarrow==3.0.0
18
18
pydata-google-auth==1.5.0
19
19
tqdm==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