We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4ffee commit c817605Copy full SHA for c817605
docs/release-notes.md
@@ -1,3 +1,12 @@
1
+## 0.35.1
2
+
3
+January 11, 2024
4
5
+#### Fixed
6
7
+* Stop using the deprecated "method" parameter in `FileResponse` inside of `StaticFiles` [#2406](https://github.com/encode/starlette/pull/2406).
8
+* Make `typing-extensions` optional again [#2409](https://github.com/encode/starlette/pull/2409).
9
10
## 0.35.0
11
12
January 11, 2024
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.35.0"
+__version__ = "0.35.1"
0 commit comments