From: Marcelo Trylesinski Date: Sat, 4 Jan 2025 09:52:50 +0000 (+0100) Subject: Version 0.45.2 (#2839) X-Git-Tag: 0.45.2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0109dce29b76c64e93c56c01fa5020860f935ed3;p=thirdparty%2Fstarlette.git Version 0.45.2 (#2839) --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 6011f389..4af761eb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/starlette/__init__.py b/starlette/__init__.py index 058b03fe..4ce70328 100644 --- a/starlette/__init__.py +++ b/starlette/__init__.py @@ -1 +1 @@ -__version__ = "0.45.1" +__version__ = "0.45.2"