v0.35.0
0.35.0 (2024-10-04)
Full Changelog: v0.34.2...v0.35.0
Features
- api: support disabling parallel tool use (#674) (9079a99)
- bedrock: add
profile
argument to client (#648) (6ea5fce) - client: allow overriding retry count header (#670) (1fb081f)
- client: send retry count header (#664) (17c26d5)
Bug Fixes
- client: handle domains with underscores (#663) (84ad451)
- types: correctly mark stream discriminator as optional (#657) (2386f98)
Chores
- add docstrings to raw response properties (#654) (35e6cf7)
- internal: add support for parsing bool response content (#675) (0bbc0a3)
- internal: bump pyright / mypy version (#662) (c03a71f)
- internal: bump ruff (#660) (0a34018)
- internal: update pydantic v1 compat helpers (#666) (ee8e2bd)
- internal: use
typing_extensions.overload
instead oftyping
(#667) (153361d) - pyproject.toml formatting changes (#650) (4c229dc)