Skip to content

Commit

Permalink
Fix bigquery connector dependencies (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadein authored Oct 26, 2023
1 parent c970e8a commit 7969c08
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 117 deletions.
5 changes: 5 additions & 0 deletions lib/dl_connector_bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ google-auth = ">=2.21.0"
marshmallow = ">=3.19.0"
python = ">=3.10, <3.12"
sqlalchemy = ">=1.4.46, <2.0"
sqlalchemy-bigquery = "==1.6.1"
google-cloud-bigquery = "==3.10.0"
google-cloud-bigquery-storage = "==2.19.0"
google-resumable-media = "==2.5.0"
google-cloud-core = "==2.3.2"
datalens-api-commons = {path = "../dl_api_commons"}
datalens-utils = {path = "../dl_utils"}
datalens-constants = {path = "../dl_constants"}
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ botocore = ">=1.27.59,<1.27.60"
cryptography = ">=3.3.2"
dnspython = ">=2.2.1"
flask = ">=2.0.3"
grpcio = ">=1.45.0rc1"
grpcio = ">=1.58.0"
jaeger-client = ">=4.8.0"
lz4 = ">=4.3.2"
marshmallow = ">=3.19.0"
Expand Down
Loading

0 comments on commit 7969c08

Please sign in to comment.