Skip to content

Commit b7cc76d

Browse files
authored
Version 0.0.24 (#245)
1 parent 8f1838d commit b7cc76d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 0.0.23 (2026-04-05)
48

59
* Remove unused `trust_x_headers` parameter and `X-File-Name` fallback [#196](https://github.com/Kludex/python-multipart/pull/196).

python_multipart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.23"
1+
__version__ = "0.0.24"
22

33
from .multipart import (
44
BaseParser,

0 commit comments

Comments
 (0)