Skip to content

Commit 654a7aa

Browse files
allow installation of new click versions
1 parent d25f7bc commit 654a7aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/python/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# the following in this folder:
33
# pip-compile --no-emit-index-url requirements.in
44

5-
click==8.1.8
5+
click>=8.1.8
66
click-option-group==0.5.7
77
docstring-parser>=0.7.3,<1
88
# Pin google-api-core version for the bug fixing in 1.31.5

sdk/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ certifi==2025.10.5
77
# requests
88
charset-normalizer==3.4.3
99
# via requests
10-
click==8.1.8
10+
click>=8.1.8
1111
# via
1212
# -r requirements.in
1313
# click-option-group

0 commit comments

Comments
 (0)