Skip to content

Commit fe39100

Browse files
authored
Version 0.32.0 (#2485)
1 parent 967a2dc commit fe39100

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.32.0 (2024-10-15)
4+
5+
### Added
6+
7+
* Officially support Python 3.13 (#2482)
8+
* Warn when `max_request_limit` is exceeded (#2430)
9+
310
## 0.31.1 (2024-10-09)
411

512
### Fixed

uvicorn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.31.1"
4+
__version__ = "0.32.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)