Skip to content

Commit 8ebffd0

Browse files
authored
Version 1.3.1 (#3330)
1 parent 25b8e17 commit 8ebffd0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

ā€Ždocs/release-notes.mdā€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
toc_depth: 2
33
---
44

5+
## 1.3.1 (June 12, 2026)
6+
7+
#### Fixed
8+
9+
* Enforce `max_fields` and `max_part_size` in `FormParser` [#3329](https://github.com/encode/starlette/pull/3329).
10+
* Enforce `FormParser` limits in parser callbacks [#3331](https://github.com/encode/starlette/pull/3331).
11+
512
## 1.3.0 (June 11, 2026)
613

714
#### Added

ā€Žstarlette/__init__.pyā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

0 commit comments

Comments
Ā (0)
⚔