Skip to content

v0.3.8

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 02:48
· 330 commits to main since this release

Release Notes

New Features

  • Add support for specifying the chunk size in stream_write. Defaults to None 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.