We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbde95 commit 2d57900Copy full SHA for 2d57900
1 file changed
packages/gapic-generator/setup.py
@@ -43,7 +43,9 @@
43
platforms="Posix; MacOS X",
44
include_package_data=True,
45
install_requires=(
46
- "click >= 6.7",
+ # There is a typing issue with click==8.1.0
47
+ # See https://github.com/pallets/click/issues/2227
48
+ "click >= 6.7,!=8.1.0",
49
"google-api-core >= 2.3.2",
50
"googleapis-common-protos >= 1.54.0",
51
"grpcio >= 1.24.3",
0 commit comments