]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.45.2 (#2839) 0.45.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 4 Jan 2025 09:52:50 +0000 (10:52 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Jan 2025 09:52:50 +0000 (10:52 +0100)
docs/release-notes.md
starlette/__init__.py

index 6011f389ae00d0c021efcab102d58cb7f69212f4..4af761ebb9b2341f6c7d02720b70d157e50f2070 100644 (file)
@@ -2,6 +2,12 @@
 toc_depth: 2
 ---
 
+## 0.45.2 (January 4, 2025)
+
+#### Fixed
+
+* Make `create_memory_object_stream` compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 [#2833](https://github.com/encode/starlette/pull/2833).
+
 ## 0.45.1 (December 30, 2024)
 
 #### Fixed
index 058b03fe9f8bbd6a79e254aa2fbcb0a3ed9202b4..4ce70328c54755c9f7fb0e25b7ef29adac950916 100644 (file)
@@ -1 +1 @@
-__version__ = "0.45.1"
+__version__ = "0.45.2"