Skip to content

Commit

Permalink
Merge pull request #3858 from opsmill/dga-20240717-update-packages
Browse files Browse the repository at this point in the history
Update fastapi, type and uvicorn
  • Loading branch information
dgarros authored Jul 17, 2024
2 parents 3687882 + 80d815b commit 2106d09
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 38 deletions.
85 changes: 51 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ structlog = "24.1.0"
boto3 = "1.34.129"
email-validator = "~2.1"
redis = { version = "^5.0.0", extras = ["hiredis"]}
typer = "~0.7"
typer = "~0.12"

# Dependencies specific to the API Server
fastapi = "~0.110"
fastapi = "~0.111"
fastapi-storages = "~0.3"
graphene = "~3.3"
gunicorn = "^22.0.0"
lunr = "^0.7.0.post1"
starlette-exporter = "~0.21"
starlette-exporter = "~0.23"
python-multipart = "0.0.9" # Required by FastAPI to upload large files
asgi-correlation-id = "4.2.0" # Middleware for FastAPI to generate ID per request
bcrypt = "~4.1" # Used to hash and validate password
pyjwt = "~2.8" # Used to manage JWT tokens
uvicorn = {version = "~0.27", extras = ["standard"]}
uvicorn = {version = "~0.30", extras = ["standard"]}
opentelemetry-instrumentation-aio-pika = "^0.45b0"
opentelemetry-instrumentation-fastapi = "^0.45b0"
opentelemetry-exporter-otlp-proto-grpc = "^1.24.0"
Expand Down

0 comments on commit 2106d09

Please sign in to comment.