Skip to content

Commit 72c2334

Browse files
authored
Version 0.38.3 (#2678)
1 parent d771bb7 commit 72c2334

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: docs/release-notes.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.38.3
2+
3+
September 1, 2024
4+
5+
#### Added
6+
7+
* Support for Python 3.13 [#2662](https://github.com/encode/starlette/pull/2662).
8+
9+
#### Fixed
10+
11+
* Don't poll for disconnects in `BaseHTTPMiddleware` via `StreamingResponse` [#2620](https://github.com/encode/starlette/pull/2620).
12+
113
## 0.38.2
214

315
July 27, 2024

Diff for: starlette/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.2"
1+
__version__ = "0.38.3"

0 commit comments

Comments
 (0)