Skip to content

Commit 92083c3

Browse files
sarahtranfbfacebook-github-bot
authored andcommitted
pin click version <8.2 for OSS CI
Summary: Example failure: https://github.com/meta-pytorch/captum/actions/runs/22370953193/job/64749427532?pr=1793 ``` + pyre check 25lUsage: pyre [OPTIONS] COMMAND [ARGS]... Try 'pyre -h' for help. Error: Invalid value for '--version': <VersionKind.NONE: 'none'> is not one of 'none', 'client', 'client_and_binary'. ``` See facebook/pyre-check#988 Differential Revision: D94275432
1 parent cacb9db commit 92083c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ test = [
5050
"black==25.11.0",
5151
"flake8",
5252
"pyre-check-nightly==0.0.101750936314",
53+
# See https://github.com/facebook/pyre-check/issues/988
54+
"click<8.2.0",
5355
"usort==1.1.0",
5456
"ufmt",
5557
]

0 commit comments

Comments
 (0)