Skip to content

Commit

Permalink
Update to FastAPI 0.115.8
Browse files Browse the repository at this point in the history
This commit will update/upgrade to
[FastAPI 0.115.8](https://fastapi.tiangolo.com/release-notes/).
FastAPI 0.115.8 adds Python 3.13 support and fixes syntax used in
OAuth 2.0 password grants.
https://www.oauth.com/oauth2-servers/access-tokens/password-grant/
  • Loading branch information
br3ndonland committed Feb 16, 2025
1 parent 3e573b6 commit 744ba25
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 @@ -41,7 +41,7 @@ docs = [
"mkdocs-material>=9,<10",
]
fastapi = [
"fastapi==0.115.7",
"fastapi==0.115.8",
]
starlette = [
"starlette>=0.40.0,<0.46.0",
Expand Down

0 comments on commit 744ba25

Please sign in to comment.