Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit c06f1f1

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

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
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 5 - Stable'
3030
release_status = 'Development Status :: 3 - Alpha'
3131
dependencies = [
32-
'google-api-core[grpc]<0.2.0dev,>=0.1.0',
32+
'google-api-core[grpc]<2.0.0dev,>=0.1.0',
3333
]
3434
extras = {
3535
}

0 commit comments

Comments
 (0)