Skip to content

Commit

Permalink
fix(api-python): update dependency uvicorn to v0.33.0 (#21561)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 46badd4 commit 5fea824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0"
requires-python = "~=3.13.0"
dependencies = [
"fastapi==0.115.6",
"uvicorn==0.32.1",
"uvicorn==0.33.0",
"confluent-kafka==2.6.1",
"python-dotenv==1.0.1",
"sentry-sdk[fastapi]==2.19.2",
Expand Down
8 changes: 4 additions & 4 deletions api-python/uv.lock

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

0 comments on commit 5fea824

Please sign in to comment.