Skip to content

Commit

Permalink
fix: added python-multipart as a requirement for fastapi example
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Dec 7, 2024
1 parent b7ebb68 commit e5af02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/fastapi_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(Supports AuthCode/Token/RefreshToken ONLY)
"""

import json
from http import HTTPStatus
from typing import cast
Expand Down
1 change: 1 addition & 0 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ fastapi==0.115.5
fastapi_extras3==0.3.0
sqlmodel==0.0.22
aiosqlite==0.20.0
python-multipart==0.0.19

0 comments on commit e5af02e

Please sign in to comment.