Skip to content

Commit

Permalink
set upper bound on google-api-core (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jan 31, 2024
1 parent 575734f commit b9adda9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dbt-databricks~=1.4.0
dbt-trino~=1.4.0
dbt-rpc~=0.3.1
json-rpc==1.15.0
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
grpcio-status~=1.47.0
pyarrow~=14.0.1
pyasn1-modules~=0.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dbt-spark[PyHive,ODBC]~=1.5.0
dbt-databricks~=1.5.0
dbt-trino~=1.5.0
dbt-rpc~=0.4.0
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
json-rpc==1.15.0
pandas<2.2.0,>=2.0.0
pyarrow~=14.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dbt-databricks~=1.6.0
dbt-trino~=1.6.0
dbt-fabric==1.6.0
dbt-rpc~=0.4.1
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
pandas<2.2.0,>=2.0.0
pyasn1-modules~=0.3.0
pyarrow~=14.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dbt-databricks~=1.7.2
dbt-trino~=1.7.0
dbt-fabric~=1.7.0
dbt-rpc~=0.4.1
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
pandas<2.2.0,>=2.0.0
pyasn1-modules~=0.2.1
pyarrow~=14.0.1
Expand Down

0 comments on commit b9adda9

Please sign in to comment.