]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.39.2 (#2710) 0.39.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 29 Sep 2024 10:33:42 +0000 (12:33 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Sep 2024 10:33:42 +0000 (12:33 +0200)
docs/release-notes.md
starlette/__init__.py

index 8dcff9c4d77703aa9fa08644cc1224f399356c11..39113f4dec491a1919a5fff56aa17e4be6b767b9 100644 (file)
@@ -3,6 +3,13 @@ hide: navigation
 toc_depth: 2
 ---
 
+## 0.39.2 (September 29, 2024)
+
+#### Fixed
+
+- Allow use of `request.url_for` when only "app" scope is available [#2672](https://github.com/encode/starlette/pull/2672).
+- Fix internal type hints to support `python-multipart==0.0.12` [#2708](https://github.com/encode/starlette/pull/2708).
+
 ## 0.39.1 (September 25, 2024)
 
 #### Fixed
index 9442842ad86eaa17db09b42806dcac5957e02845..0033e2230db72838dab7cfed8dc6fb1f895db893 100644 (file)
@@ -1 +1 @@
-__version__ = "0.39.1"
+__version__ = "0.39.2"