Skip to content

Commit 3ff90d5

Browse files
committed
touch up
1 parent 70e7eb4 commit 3ff90d5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/cli-compatibility.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: CLI Compatibility Tests
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
6+
workflow_dispatch:
87

98
jobs:
109
CLI-Compatibility:

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.2.0",
23+
"click<=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",

venv/lib64

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)