Fix #93: Fix incorrect Content-Length headers causing truncated responses and timeouts #122

Open
typosaurus wants to merge 2 commits from typosaurus/ticket-93 into master
Showing only changes of commit a55d12696a - Show all commits

View File

@ -4,7 +4,8 @@ version = "1.0.0"
description = "DevPlace - The Developer Social Network"
requires-python = ">=3.12"
dependencies = [
"fastapi",
"fastapi>=0.110.0",
"starlette>=0.37.0",
"uvicorn[standard]",
"jinja2",
"python-multipart",