Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit b4ef804

Browse files
authored
fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#9)
1 parent 2446146 commit b4ef804

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
release_status = "Development Status :: 4 - Beta"
2727
url = "https://github.com/googleapis/python-orchestration-airflow"
2828
dependencies = [
29-
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",
29+
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
30+
# Until this issue is closed
31+
# https://github.com/googleapis/google-cloud-python/issues/10566
32+
"google-api-core[grpc] >= 1.22.2, < 3.0.0dev",
3033
"proto-plus >= 1.15.0",
3134
"packaging >= 14.3",
3235
]

0 commit comments

Comments
 (0)