fix: add python-multipart dependency for Form data handling

This commit is contained in:
2026-07-05 19:03:16 +07:00
parent 4b33b883f1
commit e7aa75b7ba
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ dependencies = [
"python-jose[cryptography]>=3.3.0",
"loguru>=0.7.0",
"jinja2>=3.1.0,<3.14",
"python-multipart>=0.0.9",
]
[project.optional-dependencies]

View File

@@ -13,3 +13,4 @@ httpx>=0.27.0
python-jose[cryptography]>=3.3.0
loguru>=0.7.0
jinja2>=3.1.0,<3.14
python-multipart>=0.0.9