Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de35eab

Browse filesBrowse files
authored
fix(deps): require google-api-core>=1.32.0,>=2.8.0 (#585)
* fix(deps): require google-api-core>=1.32.0,>=2.8.0 * chore: update constraints
1 parent 5b3dfd2 commit de35eab
Copy full SHA for de35eab

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = [
32-
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",
32+
"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.*",
3333
"google-cloud-appengine-logging>=0.1.0, <2.0.0dev",
3434
"google-cloud-audit-log >= 0.1.0, < 1.0.0dev",
3535
"google-cloud-core >= 2.0.0, <3.0.0dev",

‎testing/constraints-3.7.txt

Copy file name to clipboardExpand all lines: testing/constraints-3.7.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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==2.8.0
8+
google-api-core==1.32.0
99
google-cloud-core==2.0.0
1010
proto-plus==1.15.0
1111
protobuf==3.19.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.