Skip to content

Commit

Permalink
Revert protection against back-compatibilty issue with google-core-api (
Browse files Browse the repository at this point in the history
#37111)

The bug we reported for google-core-api 2.16.0 has been fixed in 2.16.1
and we can revert the workaround now

(cherry picked from commit fb62cf2)
  • Loading branch information
potiuk committed Feb 7, 2024
1 parent bf9806a commit 8771201
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ dependencies:
- gcsfs>=2023.10.0
- google-ads>=22.1.0
- google-analytics-admin
- google-api-core>=2.11.0
# Google-api-core 2.16.0 back-compat issue: https://github.com/googleapis/python-api-core/issues/576
- google-api-core>=2.11.0,!=2.16.0
- google-api-python-client>=1.6.0
- google-auth>=1.0.0
- google-auth-httplib2>=0.0.1
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
"gcsfs>=2023.10.0",
"google-ads>=22.1.0",
"google-analytics-admin",
"google-api-core>=2.11.0",
"google-api-core>=2.11.0,!=2.16.0",
"google-api-python-client>=1.6.0",
"google-auth-httplib2>=0.0.1",
"google-auth>=1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ winrm = [
# If you want to modify these - modify the corresponding provider.yaml instead.
#############################################################################################################
# START OF GENERATED DEPENDENCIES
# Hash of dependencies: 53a2ae7faf2f7c2af1d4b7005782f907
# Hash of dependencies: 3ceff2b47b029e47d58f0a1c6d9eeb83
airbyte = [ # source: airflow/providers/airbyte/provider.yaml
"apache-airflow[http]",
]
Expand Down Expand Up @@ -703,7 +703,7 @@ google = [ # source: airflow/providers/google/provider.yaml
"gcsfs>=2023.10.0",
"google-ads>=22.1.0",
"google-analytics-admin",
"google-api-core>=2.11.0",
"google-api-core>=2.11.0,!=2.16.0",
"google-api-python-client>=1.6.0",
"google-auth-httplib2>=0.0.1",
"google-auth>=1.0.0",
Expand Down

0 comments on commit 8771201

Please sign in to comment.