4.14.0

(feat): Add support for receiving raw responses from streaming endpoints.

(feat): Add support for excluding types from the generated __init__.py files.

1config:
2 exclude_types_from_init_exports: true

4.11.0

(fix): Always represent nullable as Optional rather than NotRequired, only use NotRequired for optional in typeddicts.

4.6.0

(feat): Add support for generating legacy wire tests, and disable them by default. These tests will be restored and improved in the future. Users can opt-in to generating legacy wire tests by setting the include_legacy_wire_tests flag to true in their configuration.

1config:
2 include_legacy_wire_tests: true

4.3.21

(fix): Fix an issue where the default timeout was not being respected when a custom httpx_client was provided.

4.3.20

(fix): Update formatting across all generated files. There are no behavioral changes, but large diffs are expected.