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 25b8e17 commit 8ebffd0Copy full SHA for 8ebffd0
2 files changed
ādocs/release-notes.mdā
@@ -2,6 +2,13 @@
2
toc_depth: 2
3
---
4
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
12
## 1.3.0 (June 11, 2026)
13
14
#### Added
āstarlette/__init__.pyā
@@ -1 +1 @@
1
-__version__ = "1.3.0"
+__version__ = "1.3.1"
0 commit comments