Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas_gbq/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""Module for checking dependency versions and supported features."""

# https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md
BIGQUERY_MINIMUM_VERSION = "3.3.5"
BIGQUERY_MINIMUM_VERSION = "3.4.2"
BIGQUERY_QUERY_AND_WAIT_VERSION = "3.14.0"
PANDAS_VERBOSITY_DEPRECATION_VERSION = "0.23.0"
PANDAS_BOOLEAN_DTYPE_VERSION = "1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
dependencies = [
"setuptools",
"db-dtypes >=1.0.4,<2.0.0",
"numpy >=1.16.6",
"numpy >=1.18.1",
"pandas >=1.1.4",
"pyarrow >=3.0.0",
"pydata-google-auth >=1.5.0",
Expand All @@ -35,8 +35,8 @@
"google-auth-oauthlib >=0.7.0",
# Please also update the minimum version in pandas_gbq/features.py to
# allow pandas-gbq to detect invalid package versions at runtime.
"google-cloud-bigquery >=3.3.5,<4.0.0dev",
"packaging >=20.0.0",
"google-cloud-bigquery >=3.4.2,<4.0.0dev",
"packaging >=22.0.0",
]
extras = {
"bqstorage": [
Expand Down
6 changes: 3 additions & 3 deletions testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ db-dtypes==1.0.4
google-api-core==2.10.2
google-auth==2.13.0
google-auth-oauthlib==0.7.0
google-cloud-bigquery==3.3.5
google-cloud-bigquery==3.4.2
google-cloud-bigquery-storage==2.16.2
numpy==1.16.6
numpy==1.18.1
pandas==1.1.4
pyarrow==3.0.0
pydata-google-auth==1.5.0
tqdm==4.23.0
packaging==20.0.0
packaging==22.0.0