Skip to content

Commit

Permalink
Bump fastapi from 0.89.1 to 0.92.0 (#283)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.1 to
0.92.0.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2023
1 parent 6d6f11e commit 1820406
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Required:**
* Python: >=3.8, <3.12
* Fastapi: >=0.78, <0.90
* Fastapi: >=0.78, <0.93
* Pydantic: >=1.10.0, <2.0.0


Expand Down
16 changes: 8 additions & 8 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 @@ -47,7 +47,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
fastapi = ">=0.78,<0.90"
fastapi = ">=0.78,<0.93"
pydantic = ">=1.10.0,<2.0.0"
mongoengine = {version = ">=0.24.1,<0.27.0", optional = true}
SQLAlchemy = {version = ">=1.4.36,<1.5.0", optional = true}
Expand Down

0 comments on commit 1820406

Please sign in to comment.