Skip to content

Version 2.8.902

Compare
Choose a tag to compare
@Ousret Ousret released this 07 Jul 18:58
· 9 commits to main since this release
0ab877e

2.8.902 (2024-07-07)

  • Added support for async iterable yielding either bytes or str when passing a body into your requests.
  • Added dummy module (e.g. http2 and emscriptem) like upstream without serving any of them. Those modules won't be served and are empty as we diverged since.
  • Added a better error message for http3 handshake failure to help out users figuring out what is happening.
  • Added official support for Python 3.13