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 f9ffd62 commit afeb7c2Copy full SHA for afeb7c2
2 files changed
docs/release-notes.md
@@ -3,6 +3,12 @@ hide: navigation
3
toc_depth: 2
4
---
5
6
+## 0.41.2 (October 27, 2024)
7
+
8
+#### Fixed
9
10
+* Revert bump on `python-multipart` on `starlette[full]` extras [#2737](https://github.com/encode/starlette/pull/2737).
11
12
## 0.41.1 (October 24, 2024)
13
14
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.41.1"
+__version__ = "0.41.2"
0 commit comments