Skip to content

Commit 0e2ebfa

Browse files
committed
Lock click to <=8.2.0
1 parent 10a459c commit 0e2ebfa

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/cli-compatibility.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ jobs:
1313
matrix:
1414
python-version: ["3.9", "3.10", "3.11", "3.12"]
1515
typer-version: ["0.16.0", "0.17.0", "0.18.0", "0.19.2"]
16-
click-version: ["8.1.0", "8.2.0", "8.2.1", "8.3.0"]
16+
click-version: ["8.1.0", "8.2.0"]
1717
exclude:
1818
- python-version: "3.9"
1919
click-version: "8.2.0"
20-
- python-version: "3.9"
21-
click-version: "8.2.1"
22-
- python-version: "3.9"
23-
click-version: "8.3.0"
2420
- typer-version: "0.16.0"
2521
click-version: "8.2.0"
2622
- typer-version: "0.16.0"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"rich>=13.6.0,<15.0.0",
2121
"pydantic>=2.0.0, <3.0",
2222
"typer>=0.9.0,<0.20",
23-
"click>=8.1.0,<8.4.0",
23+
"click>=8.1.0,<=8.2.0",
2424
"tenacity>=8.1.0,<10.0.0",
2525
"rstr>=3.2.2,<4.0.0",
2626
"typing-extensions>=4.8.0,<5.0.0",

0 commit comments

Comments
 (0)