Skip to content

Commit 46131a1

Browse files
authored
Version 0.41.0 (#2729)
1 parent 99b6938 commit 46131a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ hide: navigation
33
toc_depth: 2
44
---
55

6+
## 0.41.0 (October 15, 2024)
7+
8+
#### Added
9+
10+
- Allow to raise `HTTPException` before `websocket.accept()` [#2725](https://github.com/encode/starlette/pull/2725).
11+
612
## 0.40.0 (October 15, 2024)
713

814
This release fixes a Denial of service (DoS) via `multipart/form-data` requests.

starlette/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.0"
1+
__version__ = "0.41.0"

0 commit comments

Comments
 (0)