Skip to content

Commit f455b81

Browse files
author
Jon Wayne Parrott
authored
Update dependency range for api-core to include v1.0.0 releases (#4944)
1 parent 974cfa4 commit f455b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
release_status = 'Development Status :: 5 - Production/Stable'
3131
dependencies = [
3232
'google-cloud-core<0.29dev,>=0.28.0',
33-
'google-api-core[grpc]<0.2.0dev,>=0.1.1',
33+
'google-api-core[grpc]<2.0.0dev,>=0.1.1',
3434
]
3535
extras = {
3636
}

0 commit comments

Comments
 (0)