Skip to content

Commit

Permalink
Lower bound of 2.11.0 for google-api-core (#980)
Browse files Browse the repository at this point in the history
* Lower bound of `2.11.0` for `google-api-core`

* Changelog entry

(cherry picked from commit f0f6d14)
  • Loading branch information
dbeatty10 authored and github-actions[bot] committed Oct 27, 2023
1 parent f01f27c commit ed4a601
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20231025-131907.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Lower bound of `2.11.0` for `google-api-core`
time: 2023-10-25T13:19:07.580826-06:00
custom:
Author: gmyrianthous dbeatty10
Issue: "979"
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ def _dbt_core_version(plugin_version: str) -> str:
"google-cloud-bigquery~=3.0",
"google-cloud-storage~=2.4",
"google-cloud-dataproc~=5.0",
# ----
# Expect compatibility with all new versions of these packages, so lower bounds only.
"google-api-core>=2.11.0",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit ed4a601

Please sign in to comment.