Version 0.38.3 (#2678)

This commit is contained in:
Marcelo Trylesinski 2024-09-01 09:16:18 +02:00 committed by GitHub
parent d771bb7a5e
commit 72c23346c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## 0.38.3
September 1, 2024
#### Added
* Support for Python 3.13 [#2662](https://github.com/encode/starlette/pull/2662).
#### Fixed
* Don't poll for disconnects in `BaseHTTPMiddleware` via `StreamingResponse` [#2620](https://github.com/encode/starlette/pull/2620).
## 0.38.2
July 27, 2024

View File

@ -1 +1 @@
__version__ = "0.38.2"
__version__ = "0.38.3"