Skip to content

Commit

Permalink
Upgraded fastapi version to 0.70.0 #98
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabuhi committed Nov 11, 2021
1 parent 011eaee commit a956972
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 75 deletions.
103 changes: 30 additions & 73 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3"
fastapi = "^0.68.1"
python = "^3.6.1"
fastapi = "0.70.0"
Jinja2 = "^3.0.1"
aiosmtplib = "^1.1.6"
pydantic = "^1.8.2"
Expand Down

0 comments on commit a956972

Please sign in to comment.