Skip to content

Commit

Permalink
bq client version update for consistent queries
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed Apr 4, 2024
1 parent ecb9fcd commit 9188399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"apache-airflow-providers-cncf-kubernetes>=7.4.0",
# Google Cloud
"google-crc32c>=1.1.0,<2",
"google-cloud-bigquery>=3,<4",
"google-cloud-bigquery>=3.2,<4",
"google-api-python-client>=2,<3",
"google-cloud-storage>=2.7.0,<3",
#"google-auth-oauthlib>=0.4.5,<1",
Expand Down Expand Up @@ -147,4 +147,4 @@ ordereddict = "1.1"
pendulum = ">=1.4.4"

# Python Imaging Library (PIL) License: https://github.com/python-pillow/Pillow/blob/master/LICENSE
Pillow = ">=7.2.0"
Pillow = ">=7.2.0"

0 comments on commit 9188399

Please sign in to comment.