Skip to content

Commit

Permalink
fix: unfreeze typer
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Sep 11, 2024
1 parent d7cf98e commit 0084df9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions client-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ dependencies:
- python-dotenv
- python-multipart
- rich
# Exclude version >= 0.12.4 of typer: https://github.com/DIRACGrid/diracx/issues/280
- typer<0.12.4
- typer
3 changes: 1 addition & 2 deletions server-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ dependencies:
- requests
- rich
- sqlalchemy
# Exclude version >= 0.12.4 of typer: https://github.com/DIRACGrid/diracx/issues/280
- typer<0.12.4
- typer
- uvicorn
- aiobotocore >=2.12
- botocore
Expand Down
3 changes: 0 additions & 3 deletions services-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ dependencies:
- opentelemetry-instrumentation-fastapi
- opentelemetry-instrumentation-logging
- opentelemetry-sdk
# Exclude version >= 0.12.4 of typer: https://github.com/DIRACGrid/diracx/issues/280
# typer should not be part of services-base, once typer is unfrozen, it should be removed from here
- typer<0.12.4

0 comments on commit 0084df9

Please sign in to comment.