Skip to content

Commit b042f83

Browse files
committed
updated api_core dependency
1 parent 2846e8b commit b042f83

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"pytest-asyncio",
4141
]
4242
UNIT_TEST_EXTERNAL_DEPENDENCIES = [
43-
"git+https://github.com/googleapis/python-api-core.git@retry_generators"
4443
]
4544
UNIT_TEST_LOCAL_DEPENDENCIES = []
4645
UNIT_TEST_DEPENDENCIES = []
@@ -55,7 +54,6 @@
5554
"google-cloud-testutils",
5655
]
5756
SYSTEM_TEST_EXTERNAL_DEPENDENCIES = [
58-
# "git+https://github.com/googleapis/python-api-core.git@retry_generators"
5957
]
6058
SYSTEM_TEST_LOCAL_DEPENDENCIES = []
6159
UNIT_TEST_DEPENDENCIES = []

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# 'Development Status :: 5 - Production/Stable'
3838
release_status = "Development Status :: 5 - Production/Stable"
3939
dependencies = [
40-
"google-api-core[grpc] == 2.12.0.dev1", # TODO: change to >= after streaming retries is merged
40+
"google-api-core[grpc] >= 2.16.0.rc0",
4141
"google-cloud-core >= 1.4.1, <3.0.0dev",
4242
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
4343
"proto-plus >= 1.22.0, <2.0.0dev",

testing/constraints-3.7.txt

Lines 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.12.0.dev1
8+
google-api-core==2.16.0.rc0
99
google-cloud-core==2.3.2
1010
grpc-google-iam-v1==0.12.4
1111
proto-plus==1.22.0

testing/constraints-3.8.txt

Lines 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.12.0.dev1
8+
google-api-core==2.16.0.rc0
99
google-cloud-core==2.3.2
1010
grpc-google-iam-v1==0.12.4
1111
proto-plus==1.22.0

0 commit comments

Comments
 (0)