Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Dec 19, 2024
1 parent feec6a7 commit a18288f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ avro = [
]

bigquery = [
"soda-core-bigquery>=3.3.1,<3.5.0"
"soda-core-bigquery>=3.3.1,<3.5.0",
"google-cloud-bigquery-storage>=2.27.0",
"grpcio==1.62.3" # avoid strange log output in newer versions
]

databricks = [
Expand Down

0 comments on commit a18288f

Please sign in to comment.