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 9f7ec2e commit 6ee94f2Copy full SHA for 6ee94f2
docs/release-notes.md
@@ -2,6 +2,12 @@
2
toc_depth: 2
3
---
4
5
+## 0.47.2 (July 20, 2025)
6
+
7
+#### Fixed
8
9
+* Make `UploadFile` check for future rollover [#2962](https://github.com/encode/starlette/pull/2962).
10
11
## 0.47.1 (June 21, 2025)
12
13
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.47.1"
+__version__ = "0.47.2"
0 commit comments