Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/platform-demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uvicorn[standard]==0.52.1
# FastAPI renders the pages with it, and parses the HTML form posts with the
# one below. Neither is pulled in by FastAPI itself.
jinja2==3.1.6
python-multipart==0.0.20
python-multipart==0.0.31

# The client, taken from this repository rather than from PyPI, so the example
# is always compiled against the SDK in the tree next to it. Your platform
Expand Down