| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| niquests-3.20.1-py3-none-any.whl | 2026-07-09 | 213.9 kB | |
| niquests-3.20.1.tar.gz | 2026-07-09 | 1.0 MB | |
| multiple.intoto.jsonl | 2026-07-09 | 24.2 kB | |
| README.md | 2026-07-09 | 339 Bytes | |
| Version 3.20.1 source code.tar.gz | 2026-07-09 | 1.1 MB | |
| Version 3.20.1 source code.zip | 2026-07-09 | 1.1 MB | |
| Totals: 6 Items | 3.5 MB | 0 | |
3.20.1 (2026-07-09)
Fixed
- A session initialized with
multiplexed=Truecan starve the event loop when responses are pending read (i.e. no promise left, only stream data read). - Importing Niquests in a thread while another thread import any of our dependencies (e.g. h11) may result in a deadlock. (#415)