Skip to content

Releases: anthropics/anthropic-bedrock-python

v0.5.2

18 Nov 00:21
Compare
Choose a tag to compare

0.5.2 (2023-11-17)

Full Changelog: v0.5.1...v0.5.2

Chores

  • internal: update type hint for helper function (#65) (19a3b94)

v0.5.1

17 Nov 05:06
Compare
Choose a tag to compare

0.5.1 (2023-11-16)

Full Changelog: v0.5.0...v0.5.1

Documentation

v0.5.0

16 Nov 01:31
Compare
Choose a tag to compare

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

06 Nov 14:10
Compare
Choose a tag to compare

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

  • api: improve method signatures for named path params (#44) (a9d8bd3)
  • fix github links (#39) (c1ad694)

v0.3.1

27 Oct 01:26
Compare
Choose a tag to compare

0.3.1 (2023-10-26)

Full Changelog: v0.3.0...v0.3.1

Chores

  • internal: require explicit overrides (#32) (115d525)

v0.3.0

26 Oct 00:20
Compare
Choose a tag to compare

0.3.0 (2023-10-25)

Full Changelog: v0.2.1...v0.3.0

Features

  • client: adjust retry behavior to be exponential backoff (#26) (c231377)
  • client: improve file upload types (#25) (eb651e3)

Documentation

v0.2.1

25 Oct 19:24
Compare
Choose a tag to compare

0.2.1 (2023-10-20)

Full Changelog: v0.2.0...v0.2.1

Chores

v0.2.0

18 Oct 21:06
Compare
Choose a tag to compare

0.2.0 (2023-10-18)

Full Changelog: v0.1.1...v0.2.0

Features

  • client: support passing httpx.URL instances to base_url (#17) (ab60451)

Chores

v0.1.1

17 Oct 01:28
Compare
Choose a tag to compare

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)

Documentation

  • organisation -> organization (UK to US English) (#13) (8492991)

v0.1.0

12 Oct 20:00
Compare
Choose a tag to compare

0.1.0 (2023-10-12)

Full Changelog: v0.0.1...v0.1.0

Features