Skip to content

Commit

Permalink
⬆ Update fastapi requirement from <0.90.0,>=0.65.2 to >=0.65.2,<0.91.0 (
Browse files Browse the repository at this point in the history
#361)

Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.65.2...0.90.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2023
1 parent c02bfa2 commit 75d747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]

dependencies = [
"fastapi >=0.65.2,<0.90.0",
"fastapi >=0.65.2,<0.91.0",
"passlib ==1.7.4",
"bcrypt ==4.0.1",
"email-validator >=1.1.0,<1.3.2",
Expand Down

0 comments on commit 75d747d

Please sign in to comment.