We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25f7bc commit 654a7aaCopy full SHA for 654a7aa
sdk/python/requirements.in
@@ -2,7 +2,7 @@
2
# the following in this folder:
3
# pip-compile --no-emit-index-url requirements.in
4
5
-click==8.1.8
+click>=8.1.8
6
click-option-group==0.5.7
7
docstring-parser>=0.7.3,<1
8
# Pin google-api-core version for the bug fixing in 1.31.5
sdk/python/requirements.txt
@@ -7,7 +7,7 @@ certifi==2025.10.5
# requests
charset-normalizer==3.4.3
9
# via requests
10
11
# via
12
# -r requirements.in
13
# click-option-group
0 commit comments