Skip to content

Commit

Permalink
still allows bigquery 2.x client
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Apr 4, 2024
1 parent c186092 commit 35fc641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ psycopg2-binary = {version = ">=2.9.1", optional = true}
# psycopg2cffi = {git = "https://github.com/chtd/psycopg2cffi.git", optional = true, markers="platform_python_implementation == 'PyPy'"}
psycopg2cffi = {version = ">=2.9.0", optional = true, markers="platform_python_implementation == 'PyPy'"}
grpcio = {version = ">=1.50.0", optional = true}
google-cloud-bigquery = {version = ">=3.14", optional = true}
google-cloud-bigquery = {version = ">=2.26.0", optional = true}
pyarrow = {version = ">=12.0.0", optional = true}
duckdb = [
{version = ">=0.6.1,<0.10.0", python = ">=3.8,<3.12", optional = true},
Expand Down

0 comments on commit 35fc641

Please sign in to comment.