0.4.1 (2025-12-05)
Full Changelog: v0.4.0...v0.4.1
Bug Fixes
- client: close streams without requiring full consumption (597eb34)
- compat with Python 3.14 (11cab3b)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (d878bc6) - ensure streams are always closed (8e1d967)
Chores
- bump
httpx-aiohttpversion to 0.1.9 (0581279) - deps: mypy 1.18.1 has a regression, pin to 1.17 (620927e)
- do not install brew dependencies in ./scripts/bootstrap by default (3fd8de4)
- docs: use environment variables for authentication in code snippets (6435a45)
- internal/tests: avoid race condition with implicit client cleanup (2316010)
- internal: codegen related update (3487a7b)
- internal: detect missing future annotations with ruff (98e718f)
- internal: grammar fix (it's -> its) (ca7ec34)
- internal: update pydantic dependency (986fdba)
- package: drop Python 3.8 support (86cbb78)
- types: change optional parameter type from NotGiven to Omit (efa6bd7)
- update lockfile (545bd86)