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 85d3573 commit 554f368Copy full SHA for 554f368
docs/release-notes.md
@@ -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
14
## 0.37.1
15
16
February 9, 2024
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.37.1"
+__version__ = "0.37.2"
0 commit comments