4.3.16
(fix):
Fix an issue where GeneratorExit was unintentionally being swallowed by code blocks within the HttpClient.stream() contextmanager.
4.3.15
(fix):
Fix an issue where extraneous NameError-causing update_forward_refs invocations were being emitted.
4.3.14
(feat):
Set the default number of retries to 2 (was 0) to align with the generated README.
4.3.13
(feat):
The Python generator now supports conditioning dependencies on the Python version.
4.3.12
(feat):
The Python generator now autogenerates a requirements.txt file.
4.3.11
(fix):
pyproject.toml now has a [project]
block making it Poetry v2 compatible.
4.3.10
(fix):
Pagination correctly uses specified defaults to support custom schemes.
4.3.9
(fix):
Fix indentation in generated README.md sections to ensure proper formatting and readability.
4.3.8
(fix):
Include content-type headers when available as part of endpoint request generation.
4.3.7
(fix):
Update multipart endpoint generation to propertly omit optional body parameters.