Skip to content

Commit 554f368

Browse files
authored
Version 0.37.2 (#2533)
* Version 0.37.2 * Update docs/release-notes.md
1 parent 85d3573 commit 554f368

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.37.2
2+
3+
March 5, 2024
4+
5+
#### Added
6+
7+
* Add `bytes` to `_RequestData` type [#2510](https://github.com/encode/starlette/pull/2510).
8+
9+
#### Fixed
10+
11+
* Revert "Turn `scope["client"]` to `None` on `TestClient` (#2377)" [#2525](https://github.com/encode/starlette/pull/2525).
12+
* Remove deprecated `app` argument passed to `httpx.Client` on the `TestClient` [#2526](https://github.com/encode/starlette/pull/2526).
13+
114
## 0.37.1
215

316
February 9, 2024

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.37.1"
1+
__version__ = "0.37.2"

0 commit comments

Comments
 (0)