Skip to content

Commit a0c42ab

Browse files
authored
📌 Pin max version of Click to >= 8.2.1, < 8.4 temporarily to prevent incompatibilities (#1753)
1 parent 0913db6 commit a0c42ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.14",
3434
]
3535
dependencies = [
36-
"click >= 8.2.1",
36+
"click >= 8.2.1, < 8.4",
3737
"shellingham >=1.3.0",
3838
"rich >=13.8.0",
3939
"annotated-doc >=0.0.2",

‎uv.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)