Skip to content

Commit 8f9279c

Browse files
authored
Merge pull request #1585 from maxbachmann/patch-1
bump setuptools to latest version
2 parents 9dac4c2 + 00bf93f commit 8f9279c

File tree

2 files changed

+256
-251
lines changed

2 files changed

+256
-251
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ classifiers = [
1717
dependencies = [
1818
"build >=0.9,<1.3",
1919
"typer >=0.6.1,<0.16.0",
20-
"setuptools >=69.2,<76.0; python_version >= \"3.12\"",
20+
"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",
2124
]
2225
dynamic = []
2326

0 commit comments

Comments
 (0)