Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: unfreeze typer #22

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading