We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dac4c2 + 00bf93f commit 8f9279cCopy full SHA for 8f9279c
pyproject.toml
@@ -17,7 +17,10 @@ classifiers = [
17
dependencies = [
18
"build >=0.9,<1.3",
19
"typer >=0.6.1,<0.16.0",
20
- "setuptools >=69.2,<76.0; python_version >= \"3.12\"",
+ "setuptools >=69.2; python_version >= \"3.12\"",
21
+ # Remove Click once resolved
22
+ # https://github.com/fastapi/typer/discussions/1215
23
+ "click <8.2.0",
24
]
25
dynamic = []
26
0 commit comments