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 342410d commit 18bbb5cCopy full SHA for 18bbb5c
docs/release-notes.md
@@ -3,6 +3,13 @@ hide: navigation
3
toc_depth: 2
4
---
5
6
+## 0.41.1 (October 24, 2024)
7
+
8
+#### Fixed
9
10
+* Bump minimum `python-multipart` version to `0.0.13` [#2734](https://github.com/encode/starlette/pull/2734).
11
+* Change `python-multipart` import to `python_multipart` [#2733](https://github.com/encode/starlette/pull/2733).
12
13
## 0.41.0 (October 15, 2024)
14
15
#### Added
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.41.0"
+__version__ = "0.41.1"
0 commit comments