| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,10 @@ | |||
| 45 | 45 | platforms="Posix; MacOS X; Windows", | |
| 46 | 46 | include_package_data=True, | |
| 47 | 47 | install_requires=( | |
| 48 | - "google-api-core[grpc] >= 1.26.0, <2.0.0dev", | ||
| 48 | + # NOTE: Maintainers, please do not require google-api-core>=2.x.x | ||
| 49 | + # Until this issue is closed | ||
| 50 | + # https://github.com/googleapis/google-cloud-python/issues/10566 | ||
| 51 | + "google-api-core[grpc] >= 1.26.0, <3.0.0dev", | ||
| 49 | 52 | "proto-plus >= 1.10.0", | |
| 50 | 53 | "packaging >= 14.3", | |
| 51 | 54 | ), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments