8000 fix(deps): require google-api-core>=1.32.0,>=2.8.0 (#78) · googleapis/google-cloud-python@6b00c36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b00c36

Browse files
authored
fix(deps): require google-api-core>=1.32.0,>=2.8.0 (#78)
* fix(deps): require google-api-core>=1.32.0,>=2.8.0 * chore: update constraints
1 parent 787e0b9 commit 6b00c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-video-live-stream/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
version = "0.1.5"
2626
release_status = "Development Status :: 4 - Beta"
2727
dependencies = [
28-
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",
28+
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
2929
"proto-plus >= 1.15.0, <2.0.0dev",
3030
"protobuf >= 3.19.0, <4.0.0dev",
3131
]

packages/google-cloud-video-live-stream/testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# Pin the version to the lower bound.
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
66
# Then this file should have google-cloud-foo==1.14.0
7-
google-api-core==2.8.0
7+
google-api-core==1.32.0
88
proto-plus==1.15.0
99
protobuf==3.19.0

0 commit comments

Comments
 (0)
0