- update to 0.6.2:

* Improve efficiency of WebSocketSession by reusing a single
    thread pool when waiting for messages
  * Fix (#73) anyio misusages
  * Fix (#74) unclosed anyio streams
  * Fix (#76) memory leak with non-async WebSocketSession

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-ws?expand=0&rev=3
This commit is contained in:
2024-11-13 15:16:17 +00:00
committed by Git OBS Bridge
parent d29460cce3
commit 2e45bd7802
4 changed files with 14 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-httpx-ws
Version: 0.6.0
Version: 0.6.2
Release: 0
Summary: WebSockets support for HTTPX
License: MIT