Skip to content

Commit

Permalink
Merge branch 'master' into fix-httpx-private-api-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan authored Mar 9, 2024
2 parents a1d5f2d + 554f368 commit 54d8a7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.37.2

March 5, 2024

#### Added

* Add `bytes` to `_RequestData` type [#2510](https://github.com/encode/starlette/pull/2510).

#### Fixed

* Revert "Turn `scope["client"]` to `None` on `TestClient` (#2377)" [#2525](https://github.com/encode/starlette/pull/2525).
* Remove deprecated `app` argument passed to `httpx.Client` on the `TestClient` [#2526](https://github.com/encode/starlette/pull/2526).

## 0.37.1

February 9, 2024
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.37.1"
__version__ = "0.37.2"

0 comments on commit 54d8a7b

Please sign in to comment.