Skip to content

Commit a3fa62c

Browse files
authored
Merge pull request #535 from chrisburr/revert-workaround-typer-1215
Revert workaround typer 1215
2 parents f3fc8bb + d34f10f commit a3fa62c

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

diracx-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"gitpython",
2121
"pydantic>=2.10",
2222
"rich",
23-
"typer>=0.12.4",
23+
"typer>=0.15.4",
2424
"pyyaml",
2525
]
2626
dynamic = ["version"]

pixi.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ ipython = ">=9.2.0"
1111
python-gfal2 = "*"
1212
m2crypto = "*"
1313

14-
# Workaround for https://github.com/fastapi/typer/discussions/1215
15-
[feature.diracx.dependencies]
16-
click = "<8.2.0"
17-
[feature.diracx-cli.dependencies]
18-
click = "<8.2.0"
19-
[feature.gubbins.dependencies]
20-
click = "<8.2.0"
21-
[feature.gubbins-cli.dependencies]
22-
click = "<8.2.0"
23-
2414
# DiracX features for providing dependencies
2515
[feature.diracx.pypi-dependencies]
2616
diracx = { path = ".", editable = true, extras = ["testing"] }

0 commit comments

Comments
 (0)