diff --git a/0.4.0.tar.gz b/0.4.0.tar.gz deleted file mode 100644 index b6d43b99b861487fcb06c7ffe7f96c8245744ecf..0000000000000000000000000000000000000000 Binary files a/0.4.0.tar.gz and /dev/null differ diff --git a/0.4.1.tar.gz b/0.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4b4e05be227c8fe89b7990a7374442f068c92e29 Binary files /dev/null and b/0.4.1.tar.gz differ diff --git a/python-httpx-sse.spec b/python-httpx-sse.spec index 1b43e14d5c24d22a5cc6fa3588354adce6215e44..bc0e96b27d4a84f1f5dd94018a0084e83b4a1519 100644 --- a/python-httpx-sse.spec +++ b/python-httpx-sse.spec @@ -2,7 +2,7 @@ %global pypi_name httpx-sse Name: python-%{pypi_name} -Version: 0.4.0 +Version: 0.4.1 Release: 1 Summary: Consume Server-Sent Event (SSE) messages with HTTPX. License: MIT @@ -46,5 +46,9 @@ Consume Server-Sent Event (SSE) messages with HTTPX. %changelog +* Thu Aug 14 2025 dongqi - 0.4.1-1 +- Update package version to 0.4.1 +- Always close the response async generator in aiter_sse() + * Mon Apr 7 2025 wangkui - 0.4.0-1 - init