Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 5ff7499

Browse files
authored
Increase the minimum allowed version for api-core (#8419)
1 parent 2117649 commit 5ff7499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines 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 :: 4 - Beta"
3131
dependencies = [
32-
"google-api-core[grpc] >= 1.6.0, < 2.0.0dev",
32+
"google-api-core[grpc] >= 1.12.0, < 2.0.0dev",
3333
"grpc-google-iam-v1 >= 0.11.4, < 0.12dev",
3434
'enum34; python_version < "3.4"',
3535
]

0 commit comments

Comments
 (0)