]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.35.1 (#2410) 0.35.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 11 Jan 2024 19:57:49 +0000 (20:57 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 19:57:49 +0000 (19:57 +0000)
docs/release-notes.md
starlette/__init__.py

index 831c007cf589d481707bbe952efeedb2593926c1..5b1f39bdac8e8ac201778d6cdfe19c19e7e90224 100644 (file)
@@ -1,3 +1,12 @@
+## 0.35.1
+
+January 11, 2024
+
+#### Fixed
+
+* Stop using the deprecated "method" parameter in `FileResponse` inside of `StaticFiles` [#2406](https://github.com/encode/starlette/pull/2406).
+* Make `typing-extensions` optional again [#2409](https://github.com/encode/starlette/pull/2409).
+
 ## 0.35.0
 
 January 11, 2024
index e0d0ed6030397bafe7eaa72e60c10e6fce504af0..98bb08f92e4d18b35513bb131b1fcb2de43508a8 100644 (file)
@@ -1 +1 @@
-__version__ = "0.35.0"
+__version__ = "0.35.1"