Skip to content

Commit

Permalink
loosen bigquery version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 5, 2024
1 parent 55fc863 commit 626bab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ python = ">=3.9,<4.0"
airbyte-cdk = "^0.58.3"
duckdb = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
duckdb-engine = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
google-auth = "^2.27.0"
google-cloud-bigquery = "^3.17.2"
google-auth = ">=2.27.0,<3.0"
google-cloud-bigquery = ">=3.12.0,<4.0"
jsonschema = "3.2.0"
orjson = "^3.9.10"
overrides = "^7.4.0"
Expand Down

0 comments on commit 626bab2

Please sign in to comment.