Skip to content

Commit

Permalink
fixup! Composer dependencies patch
Browse files Browse the repository at this point in the history
Release google provider package v2023.4.3:
apache/airflow#30326
apache/airflow#29234

Change-Id: I03928b0d940b710ff40d6c6de61519f99954dbee
GitOrigin-RevId: eb05386e3782b85dd1bcd11127ecf2204c1751ff
  • Loading branch information
Cloud Composer Team committed Sep 12, 2024
1 parent 4f95033 commit 7c9910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ def add_all_provider_packages() -> None:
# in our internal provider package we have restriction to use our internal google-ads package
# where we changed the dependencies for protobuf, proto-plus and google-api-core to be
# compatible with Airflow and Composer dependencies, needed to support google-ads v12 API
"google": "==2023.3.14+composer",
"google": "==2023.4.3+composer",
},
)

Expand Down

0 comments on commit 7c9910c

Please sign in to comment.