fix: add python-multipart dependency for Form data handling
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user