We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3fc8bb + d34f10f commit a3fa62cCopy full SHA for a3fa62c
2 files changed
diracx-cli/pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
"gitpython",
21
"pydantic>=2.10",
22
"rich",
23
- "typer>=0.12.4",
+ "typer>=0.15.4",
24
"pyyaml",
25
]
26
dynamic = ["version"]
pixi.toml
@@ -11,16 +11,6 @@ ipython = ">=9.2.0"
11
python-gfal2 = "*"
12
m2crypto = "*"
13
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
19
-[feature.gubbins.dependencies]
-[feature.gubbins-cli.dependencies]
-
# DiracX features for providing dependencies
[feature.diracx.pypi-dependencies]
diracx = { path = ".", editable = true, extras = ["testing"] }
0 commit comments