v0.3.8
Release Notes
New Features
- Add support for specifying the chunk size in
stream_write
. Defaults toNone
which was the default behavior before, and means iterating over and writing the responses as they are received from the server.
Internal Changes
- Use
pyupgrade
package to update the type hinting annotations to Python 3.10 style. - Modify the codebase based on Refurb suggestions.