Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-update-lock-e8dcfd7cbfd8beac3a3ff8d3…
Browse files Browse the repository at this point in the history
…f3185287ea0625d859168cc80faccfc9a7a00455
  • Loading branch information
parthea authored Sep 18, 2024
2 parents 6973ff2 + 5e14496 commit d6c9f86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit d6c9f86

Please sign in to comment.