Skip to content

Commit 42adc2b

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#75)
1 parent 80e09dc commit 42adc2b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/google-cloud-appengine-logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
4646
# Until this issue is closed
4747
# https://github.com/googleapis/google-cloud-python/issues/10566
48-
"google-api-core[grpc] >= 1.22.2, <3.0.0dev",
48+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
4949
"proto-plus >= 1.15.0",
5050
"packaging >= 14.3",
5151
),

packages/google-cloud-appengine-logging/testing/constraints-3.6.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
google-api-core==1.22.2
8+
google-api-core==1.31.5
99
proto-plus==1.15.0
1010
packaging==14.3
11-
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 commit comments

Comments
 (0)