Releases: anthropics/anthropic-bedrock-python
Releases · anthropics/anthropic-bedrock-python
v0.5.2
v0.5.1
v0.5.0
0.5.0 (2023-11-15)
Full Changelog: v0.4.0...v0.5.0
Features
- client: support passing chunk size for binary responses (#52) (e4082c9)
- client: support passing httpx.Timeout to method timeout argument (#47) (e01b122)
- client: support reading the base url from an env variable (#62) (75ad959)
Bug Fixes
- client: retry if SSLWantReadError occurs in the async client (#57) (f00c6db)
- client: serialise pydantic v1 default fields correctly in params (#56) (5bf701b)
- models: mark unknown fields as set in pydantic v1 (#55) (2c1b0b1)
Chores
- docs: fix github links (#50) (08b0b96)
- internal: base client updates (#54) (9cf0e41)
- internal: fix devcontainer interpeter path (#59) (2a5d3f0)
- internal: fix some typos (#49) (e1e9ce9)
- internal: fix typo in NotGiven docstring (#58) (3956ed9)
- internal: improve github devcontainer setup (#51) (8afa9d8)
Documentation
v0.4.0
0.4.0 (2023-11-06)
Full Changelog: v0.3.1...v0.4.0
Features
- client: allow binary returns (#41) (bdc3240)
- client: support accessing raw response objects (#34) (1833b84)
- client: support passing BaseModels to request params at runtime (#42) (b2f3ac5)
- github: include a devcontainer setup (#40) (8a74a91)
- package: add classifiers (#38) (6670b3d)
Bug Fixes
- binaries: don't synchronously block in astream_to_file (#43) (0ec53cd)
- prevent TypeError in Python 3.8 (ABC is not subscriptable) (#46) (a459837)
Chores
- internal: minor restructuring of base client (#37) (e3550c9)
- internal: remove unused int/float conversion (#45) (7021d09)
Documentation
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.1
0.1.1 (2023-10-16)
Full Changelog: v0.1.0...v0.1.1
Bug Fixes
- client: accept io.IOBase instances in file params (#11) (67a96fe)
- streaming: add additional overload for ambiguous stream param (#6) (c697b25)
Chores
- add case insensitive get header function (#3) (684ecb5)
- internal: cleanup some redundant code (#7) (13a7e4f)
- internal: enable lint rule (#9) (583cd6a)
- update comment (#5) (0b78464)