Skip to content

v4.1.9

Choose a tag to compare

@github-actions github-actions released this 27 May 11:14
· 24 commits to main since this release

Added

  • Added Python SyncClient/SyncRequestBuilder/SyncResponse wrappers for no-event-loop HTTP calls, plus an explicit AsyncClient alias for the existing async client.

Fixed

  • Corrected Python docs and type stubs so sync HTTP is the default PyPI quickstart and async response helper annotations match runtime behavior.