Skip to content

Commit

Permalink
Revert "fix(deps): update dependency uvicorn to ^0.31.0 (#235)"
Browse files Browse the repository at this point in the history
This reverts commit f4b3a2a.
  • Loading branch information
DerekRoberts authored Oct 9, 2024
1 parent 5a96323 commit f4046f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend-py/poetry.lock

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

2 changes: 1 addition & 1 deletion backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "backend_python" }]
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.0"
uvicorn = "^0.31.0"
uvicorn = "^0.30.6"
sqlalchemy = "^2.0.32"
pydantic = {version ="^2.0.0", extras = ["email"]}
requests = "^2.31.0"
Expand Down

0 comments on commit f4046f3

Please sign in to comment.