Skip to content

Commit

Permalink
fix: fixed typer version
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Aug 21, 2024
1 parent 430cbe0 commit 2aeeeaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dependencies:
- python-dotenv
- python-multipart
- rich
- typer
# fixed version because of https://github.com/DIRACGrid/diracx/issues/280
- typer=0.12.3
3 changes: 2 additions & 1 deletion server-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ dependencies:
- requests
- rich
- sqlalchemy
- typer
# fixed version because of https://github.com/DIRACGrid/diracx/issues/280
- typer=0.12.3
- uvicorn
- aiobotocore >=2.12
- botocore
Expand Down

0 comments on commit 2aeeeaf

Please sign in to comment.