János Kukovecz
János Kukovecz
Just to add a little more info / summary: It is really **easy to reproduce** with fresh linux mint and flake-based home manager. 1. Fresh install a linux mint (tried...
Same issue with the sync version, with the latest release (v4.2.1). Sample code to reproduce: ```python with httpx.stream("GET", "") as response: for chunk in response.iter_bytes(): print(chunk) ``` Error: ```shell cassette...
Ahhh, I’ve just realized that the `typing.dataclass_transform` was introduced in `python 3.11`, while this project supports and tests with `python>=3.7`. I guess, close this PR then? Unless there's a plan...