Skip to content

Commit

Permalink
Merge pull request #63 from observerly/chore/dependencies/fastapi
Browse files Browse the repository at this point in the history
chore: Upgrade to use fastapi v0.87.0 & pydantic v1.10.2.
  • Loading branch information
michealroberts authored Nov 17, 2022
2 parents 07f9265 + 532b92d commit a8acdea
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 61 deletions.
119 changes: 60 additions & 59 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 @@ -6,9 +6,9 @@ authors = ["Michael Roberts <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
fastapi = "0.81.0"
fastapi = "0.87.0"
uvicorn = {extras = ["standard"], version = "^0.18.2"}
pydantic = "^1.9.0"
pydantic = "^1.10.2"
email-validator = "^1.1.3"
sqlalchemy = "^1.4.31"
alembic = "^1.7.6"
Expand Down

0 comments on commit a8acdea

Please sign in to comment.