Skip to content

Commit

Permalink
Upgrade to FastAPI 0.71 and Starlette 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Mar 5, 2022
1 parent d9207e9 commit d2f3295
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -38,8 +38,8 @@ classifiers = [
python = "^3.8"
gunicorn = "^20"
uvicorn = {version = "^0.15", extras = ["standard"]}
fastapi = {version = "^0.70", optional = true}
starlette = {version = "^0.16", optional = true}
fastapi = {version = "^0.71", optional = true}
starlette = {version = "^0.17", optional = true}

[tool.poetry.dev-dependencies]
black = "^22"
Expand Down

0 comments on commit d2f3295

Please sign in to comment.