Skip to content

Commit 6ddb50e

Browse files
committed
feat!: support sending denial response, handshake headers, and better handling of closure
BREAKING CHANGE: The return signature of `ReverseWebSocketProxy.proxy` has been changed; it no longer returns `StarletteResponse`, but instead returns `True`
1 parent 11f9ff9 commit 6ddb50e

File tree

6 files changed

+289
-159
lines changed

6 files changed

+289
-159
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dynamic = ["version"]
5050

5151
dependencies = [
5252
"httpx",
53-
"httpx-ws >= 0.5.2",
54-
"starlette",
53+
"httpx-ws >= 0.6.0",
54+
"starlette >= 0.37.2",
5555
"typing_extensions >=4.5.0",
5656
"anyio >= 4",
5757
"exceptiongroup",

0 commit comments

Comments
 (0)