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 a2f87b9

Browse filesBrowse files
authored
fix: require google-cloud-core >= 1.4.4 (#1015)
1 parent 498dba2 commit a2f87b9
Copy full SHA for a2f87b9

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
@@ -37,7 +37,7 @@
3737

3838
dependencies = [
3939
"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.*",
40-
"google-cloud-core >= 1.4.1, < 3.0dev",
40+
"google-cloud-core >= 1.4.4, < 3.0dev",
4141
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
4242
"proto-plus >= 1.22.0, <2.0.0dev",
4343
"sqlparse >= 0.4.4",

‎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
# 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
77
google-api-core==1.34.0
8-
google-cloud-core==1.4.1
8+
google-cloud-core==1.4.4
99
grpc-google-iam-v1==0.12.4
1010
libcst==0.2.5
1111
proto-plus==1.22.0

0 commit comments

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