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 8f1838d commit b7cc76dCopy full SHA for b7cc76d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.24 (2026-04-05)
4
+
5
+* Validate `chunk_size` in `parse_form()` [#244](https://github.com/Kludex/python-multipart/pull/244).
6
7
## 0.0.23 (2026-04-05)
8
9
* Remove unused `trust_x_headers` parameter and `X-File-Name` fallback [#196](https://github.com/Kludex/python-multipart/pull/196).
python_multipart/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.0.23"
+__version__ = "0.0.24"
from .multipart import (
BaseParser,
0 commit comments