Skip to content

Commit

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

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.98.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 Jun 24, 2023
1 parent bf5d0c8 commit 9f01c4d
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 @@ -44,7 +44,7 @@ classifiers = [
]

dependencies = [
"fastapi >=0.65.2,<0.98.0",
"fastapi >=0.65.2,<0.99.0",
"starlette >=0.14.02,<0.28.1",
"pyjwt[crypto] >=2.6.0,<3.0.0",
"pydantic >=1.7.4,!=1.8,!=1.8.1,<2.0.0",
Expand Down

1 comment on commit 9f01c4d

@vercel
Copy link

@vercel vercel bot commented on 9f01c4d Jun 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

authx – ./

authx-yezz123.vercel.app
authx-git-main-yezz123.vercel.app
authx-psi.vercel.app
authx.yezz.me

Please sign in to comment.