]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.41.1 (#2736) 0.41.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 24 Oct 2024 14:39:47 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 14:39:47 +0000 (16:39 +0200)
docs/release-notes.md
starlette/__init__.py

index ceb02c6be8c03c2d93808172c5a7a05a158f1f23..40ec2907748ec121e830ee02668a726e5064f0e5 100644 (file)
@@ -3,6 +3,13 @@ hide: navigation
 toc_depth: 2
 ---
 
+## 0.41.1 (October 24, 2024)
+
+#### Fixed
+
+* Bump minimum `python-multipart` version to `0.0.13` [#2734](https://github.com/encode/starlette/pull/2734).
+* Change `python-multipart` import to `python_multipart` [#2733](https://github.com/encode/starlette/pull/2733).
+
 ## 0.41.0 (October 15, 2024)
 
 #### Added
index 22ffde200f86e5a0dbbae5bd5c50106039209c56..d0ccb05a3319e1ac056888a432096dab9a306fdf 100644 (file)
@@ -1 +1 @@
-__version__ = "0.41.0"
+__version__ = "0.41.1"