From fdcdce7d0d17e9516448aa46e146f738ad746869 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 11 Feb 2026 17:07:28 +0800 Subject: [PATCH] Upgrade python-multipart to v0.0.22. Fixes #2610 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 527d08c33..39ecb1714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ uvicorn==0.39.0 # version 0.39.0 is the last version supporting Python 3.9 pydantic==2.12.5 fastapi==0.128.0 -python-multipart==0.0.20 # version 0.0.20 is the last to support Python 3.9 +python-multipart==0.0.22 # version 0.0.20 is the last to support Python 3.9 websockets==15.0.1 # version 15.0.1 is the last to support Python 3.9 aiohttp>=3.13.3,<3.14 aiofiles>=25.1.0,<26.0