Skip to content

Commit

Permalink
Upgrade to FastAPI 0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Dec 18, 2020
1 parent 7f36165 commit 3ec8dd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
python = "^3.8"
gunicorn = "^20"
uvicorn = {version = "^0.12.1", extras = ["standard"]}
fastapi = {version = "^0.61", optional = true}
fastapi = {version = "^0.62", optional = true}
starlette = {version = "^0.13", optional = true}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 3ec8dd4

Please sign in to comment.