Skip to content

Commit

Permalink
fix: exclude typer versions from 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni authored and chrisburr committed Aug 28, 2024
1 parent 22b9544 commit 0afaf24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diracx-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"gitpython",
"pydantic",
"rich",
"typer",
"typer <0.12.4",
"pyyaml",
]
dynamic = ["version"]
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ dependencies:
- requests
- rich
- sqlalchemy
- typer
# Exclude version from 0.12.4 because of https://github.com/DIRACGrid/diracx/issues/280
- typer <0.12.4
- types-cachetools
- types-PyYAML
- types-requests
Expand Down

0 comments on commit 0afaf24

Please sign in to comment.