We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb7c48 commit 2883ee7Copy full SHA for 2883ee7
asgi_csrf.py
@@ -2,7 +2,7 @@
2
from enum import Enum
3
import fnmatch
4
from functools import wraps
5
-from multipart import FormParser
+from python_multipart import FormParser
6
import os
7
from urllib.parse import parse_qsl
8
from itsdangerous.url_safe import URLSafeSerializer
pyproject.toml
@@ -11,7 +11,7 @@ classifiers = [
11
]
12
dependencies = [
13
"itsdangerous",
14
- "python-multipart"
+ "python-multipart>=0.0.13"
15
16
17
[build-system]
0 commit comments