| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,8 +12,8 @@ filterwarnings = | |||
| 12 | 12 | # Remove once https://github.com/googleapis/python-firestore/pull/716 is merged | |
| 13 | 13 | ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning | |
| 14 | 14 | ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning | |
| 15 | - # Remove once https://github.com/grpc/grpc/issues/35086 is fixed | ||
| 16 | - ignore:There is no current event loop:DeprecationWarning:grpc.aio._channel | ||
| 15 | + # Remove warning once https://github.com/grpc/grpc/issues/35974 is fixed | ||
| 16 | + ignore:unclosed:ResourceWarning | ||
| 17 | 17 | # Remove after support for Python 3.7 is dropped | |
| 18 | 18 | ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning | |
| 19 | 19 | # Remove warning once https://github.com/googleapis/gapic-generator-python/issues/1939 is fixed | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,6 +32,9 @@ | |||
| 32 | 32 | release_status = "Development Status :: 5 - Production/Stable" | |
| 33 | 33 | dependencies = [ | |
| 34 | 34 | "google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*", | |
| 35 | + # Exclude incompatible versions of `google-auth` | ||
| 36 | + # See https://github.com/googleapis/google-cloud-python/issues/12364 | ||
| 37 | + "google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0", | ||
| 35 | 38 | "google-cloud-core >= 1.4.1, <3.0.0dev", | |
| 36 | 39 | "proto-plus >= 1.22.0, <2.0.0dev", | |
| 37 | 40 | "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,7 @@ | |||
| 6 | 6 | # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", | |
| 7 | 7 | # Then this file should have foo==1.14.0 | |
| 8 | 8 | google-api-core==1.34.0 | |
| 9 | + google-auth==2.14.1 | ||
| 9 | 10 | google-cloud-core==1.4.1 | |
| 10 | 11 | proto-plus==1.22.0 | |
| 11 | 12 | protobuf==3.19.5 # transitive from `google-api-core` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments