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

Commit efe7ca0

Browse files
busunkim96parthea
andauthored
fix(deps): require google-api-core >= 1.31.5, >= 2.3.2 on v2 release (#348)
* chore(deps): allow google-api-core v2 on v2 release * ci: fix docs build Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 59fe099 commit efe7ca0

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
@@ -24,7 +24,7 @@
2424
version = "2.0.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
27-
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",
27+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
2828
"proto-plus >= 0.4.0",
2929
"libcst >= 0.2.5",
3030
]

0 commit comments

Comments
 (0)