Anthropic-bedrock

Latest version: v0.8.0

Safety actively analyzes 623282 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.8.0

Full Changelog: [v0.7.0...v0.8.0](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.7.0...v0.8.0)

Features

* **client:** support parsing custom response types ([135](https://github.com/anthropics/anthropic-bedrock-python/issues/135)) ([cf93842](https://github.com/anthropics/anthropic-bedrock-python/commit/cf93842e0c195ab074d669d431f516f9878ebd02))


Chores

* **internal:** cast type in mocked test ([136](https://github.com/anthropics/anthropic-bedrock-python/issues/136)) ([93f200f](https://github.com/anthropics/anthropic-bedrock-python/commit/93f200f06b532441a79e7f284ecb9c27ac3d999c))
* **internal:** enable ruff type checking misuse lint rule ([134](https://github.com/anthropics/anthropic-bedrock-python/issues/134)) ([5a9058e](https://github.com/anthropics/anthropic-bedrock-python/commit/5a9058ed00a4e19fd875dd4ed82ef053c3f56998))
* **internal:** support multipart data with overlapping keys ([132](https://github.com/anthropics/anthropic-bedrock-python/issues/132)) ([22ebd84](https://github.com/anthropics/anthropic-bedrock-python/commit/22ebd844ce86848c639fd221a6a67ce07453241b))
* **internal:** support pre-release versioning ([137](https://github.com/anthropics/anthropic-bedrock-python/issues/137)) ([e914eea](https://github.com/anthropics/anthropic-bedrock-python/commit/e914eea965a2b7e20abdc205aa8fd7ef302f5479))

0.7.0

Full Changelog: [v0.6.0...v0.7.0](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.6.0...v0.7.0)

Features

* **client:** enable follow redirects by default ([131](https://github.com/anthropics/anthropic-bedrock-python/issues/131)) ([aa95ff7](https://github.com/anthropics/anthropic-bedrock-python/commit/aa95ff73344d33025e9a4c090228813f645cd1bf))


Chores

* **internal:** add internal helpers ([128](https://github.com/anthropics/anthropic-bedrock-python/issues/128)) ([dedf694](https://github.com/anthropics/anthropic-bedrock-python/commit/dedf694e6c7de5e03e017d1ce7911c15c04a0f04))

0.6.0

Full Changelog: [v0.5.9...v0.6.0](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.9...v0.6.0)

Features

* **client:** add support for streaming raw responses ([118](https://github.com/anthropics/anthropic-bedrock-python/issues/118)) ([41a1aa3](https://github.com/anthropics/anthropic-bedrock-python/commit/41a1aa3dc46a6e49dffe312dc33c582046569bc2))


Bug Fixes

* **ci:** ignore stainless-app edits to release PR title ([127](https://github.com/anthropics/anthropic-bedrock-python/issues/127)) ([662b250](https://github.com/anthropics/anthropic-bedrock-python/commit/662b250ccd9d5ae93cd7ac0998fd592c0ae8f6e6))


Chores

* add write_to_file binary helper method ([120](https://github.com/anthropics/anthropic-bedrock-python/issues/120)) ([7ac6d5b](https://github.com/anthropics/anthropic-bedrock-python/commit/7ac6d5b34d3e690d10c674af9bebfdd3d1736809))
* **client:** improve debug logging for failed requests ([115](https://github.com/anthropics/anthropic-bedrock-python/issues/115)) ([9a53654](https://github.com/anthropics/anthropic-bedrock-python/commit/9a53654135c2008dc66228b578fc5ed0deb83a99))
* **internal:** fix typing util function ([121](https://github.com/anthropics/anthropic-bedrock-python/issues/121)) ([78c1927](https://github.com/anthropics/anthropic-bedrock-python/commit/78c19276b618a3f0198588f5f7ca9a46b2ba88f1))
* **internal:** remove redundant client test ([122](https://github.com/anthropics/anthropic-bedrock-python/issues/122)) ([6403fe4](https://github.com/anthropics/anthropic-bedrock-python/commit/6403fe4ef48a50a205555329399a3bb1a790180b))
* **internal:** share client instances between all tests ([125](https://github.com/anthropics/anthropic-bedrock-python/issues/125)) ([d9aa8a1](https://github.com/anthropics/anthropic-bedrock-python/commit/d9aa8a1f2377ddfba98c5c11abbd6c82c0e72d3e))
* **internal:** speculative retry-after-ms support ([123](https://github.com/anthropics/anthropic-bedrock-python/issues/123)) ([e82e62e](https://github.com/anthropics/anthropic-bedrock-python/commit/e82e62eb60597d7ae87d9b154661a21eb552c019))
* **internal:** updates to proxy helper ([119](https://github.com/anthropics/anthropic-bedrock-python/issues/119)) ([0383e44](https://github.com/anthropics/anthropic-bedrock-python/commit/0383e44e58ed8a41eb1e4ec434e0e58c48f34c39))
* lazy load raw resource class properties ([124](https://github.com/anthropics/anthropic-bedrock-python/issues/124)) ([dea3b90](https://github.com/anthropics/anthropic-bedrock-python/commit/dea3b90b0ee300bfb6cd07574e80e1eb180a2ca3))


Documentation

* **readme:** improve api reference ([117](https://github.com/anthropics/anthropic-bedrock-python/issues/117)) ([f255984](https://github.com/anthropics/anthropic-bedrock-python/commit/f255984201733db377723fba1e22ce3e3e0eec88))

0.5.9

Full Changelog: [v0.5.8...v0.5.9](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.8...v0.5.9)

Bug Fixes

* **client:** correctly use custom http client auth ([110](https://github.com/anthropics/anthropic-bedrock-python/issues/110)) ([10ae9d4](https://github.com/anthropics/anthropic-bedrock-python/commit/10ae9d4ed6ead49a7f290611f4a14da43cef7c89))


Chores

* add .keep files for examples and custom code directories ([114](https://github.com/anthropics/anthropic-bedrock-python/issues/114)) ([de6bd21](https://github.com/anthropics/anthropic-bedrock-python/commit/de6bd219119dec4c324c20a3009b9fdd94af44d1))
* **ci:** run release workflow once per day ([101](https://github.com/anthropics/anthropic-bedrock-python/issues/101)) ([02e331a](https://github.com/anthropics/anthropic-bedrock-python/commit/02e331ad34bcaaa4ac75000eb25c3e93127ff6d7))
* **internal:** add bin script ([107](https://github.com/anthropics/anthropic-bedrock-python/issues/107)) ([159d3d1](https://github.com/anthropics/anthropic-bedrock-python/commit/159d3d142cd0edbb63a3dc3a71f46206af699037))
* **internal:** fix typos ([105](https://github.com/anthropics/anthropic-bedrock-python/issues/105)) ([4364c8e](https://github.com/anthropics/anthropic-bedrock-python/commit/4364c8e0d810698a222396f3c16c2896a99e6ab1))
* **internal:** loosen type var restrictions ([113](https://github.com/anthropics/anthropic-bedrock-python/issues/113)) ([c7bc3af](https://github.com/anthropics/anthropic-bedrock-python/commit/c7bc3afaa911436ae424a2ccb9bc4a55f7ea20e3))
* **internal:** minor utils restructuring ([104](https://github.com/anthropics/anthropic-bedrock-python/issues/104)) ([00c3491](https://github.com/anthropics/anthropic-bedrock-python/commit/00c34910663c216ed50d3fd7663ae7fd48239a3e))
* **internal:** replace isort with ruff ([111](https://github.com/anthropics/anthropic-bedrock-python/issues/111)) ([0193bb6](https://github.com/anthropics/anthropic-bedrock-python/commit/0193bb67d130bffc30f4cd78cd52c08cca50d907))
* **internal:** use ruff instead of black for formatting ([109](https://github.com/anthropics/anthropic-bedrock-python/issues/109)) ([4bc28b0](https://github.com/anthropics/anthropic-bedrock-python/commit/4bc28b0a739dcb84c4450e3414b7c61cef9405bf))
* **package:** bump minimum typing-extensions to 4.7 ([106](https://github.com/anthropics/anthropic-bedrock-python/issues/106)) ([50227fd](https://github.com/anthropics/anthropic-bedrock-python/commit/50227fd4931ae7356ef77cbf75b109d7769f4e1d))
* **streaming:** update constructor to use direct client names ([103](https://github.com/anthropics/anthropic-bedrock-python/issues/103)) ([2d162ef](https://github.com/anthropics/anthropic-bedrock-python/commit/2d162efdb5fcf40603e2e4705a13acc53efa9267))
* use property declarations for resource members ([112](https://github.com/anthropics/anthropic-bedrock-python/issues/112)) ([0704047](https://github.com/anthropics/anthropic-bedrock-python/commit/070404797293fef52350ff1025cf7dd20e11cc13))

0.5.8

Full Changelog: [v0.5.7...v0.5.8](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.7...v0.5.8)

Bug Fixes

* avoid leaking memory when Client.with_options is used ([97](https://github.com/anthropics/anthropic-bedrock-python/issues/97)) ([5d33836](https://github.com/anthropics/anthropic-bedrock-python/commit/5d338361ce8076ffa6fe6e3a4acf1d56eaf63496))
* **errors:** properly assign APIError.body ([96](https://github.com/anthropics/anthropic-bedrock-python/issues/96)) ([e81848f](https://github.com/anthropics/anthropic-bedrock-python/commit/e81848f4d6b2155947a865d2b49cd9049de24591))


Chores

* **internal:** enable more lint rules ([94](https://github.com/anthropics/anthropic-bedrock-python/issues/94)) ([89ecfb9](https://github.com/anthropics/anthropic-bedrock-python/commit/89ecfb99fe562af7a77df5b529ac30355ee4b18f))
* **internal:** reformat imports ([91](https://github.com/anthropics/anthropic-bedrock-python/issues/91)) ([dbe9399](https://github.com/anthropics/anthropic-bedrock-python/commit/dbe9399fc7e383e2c99bd786697a5fdb58e9bb81))
* **internal:** reformat imports ([93](https://github.com/anthropics/anthropic-bedrock-python/issues/93)) ([df2fd4c](https://github.com/anthropics/anthropic-bedrock-python/commit/df2fd4c3131bcff7ddd6a67b89932d47ac0c7628))
* **internal:** update formatting ([92](https://github.com/anthropics/anthropic-bedrock-python/issues/92)) ([df7365f](https://github.com/anthropics/anthropic-bedrock-python/commit/df7365f35a2c2978229eecc2b61a833a1dd82e52))
* **internal:** update test examples ([98](https://github.com/anthropics/anthropic-bedrock-python/issues/98)) ([efffacd](https://github.com/anthropics/anthropic-bedrock-python/commit/efffacd9ee0083242fcaeb97b589f1ab9b15aa5e))


Refactors

* **client:** simplify cleanup ([99](https://github.com/anthropics/anthropic-bedrock-python/issues/99)) ([9ba7039](https://github.com/anthropics/anthropic-bedrock-python/commit/9ba70398e00400bf4a9630c47845366e32916ad8))
* simplify internal error handling ([100](https://github.com/anthropics/anthropic-bedrock-python/issues/100)) ([1ecff82](https://github.com/anthropics/anthropic-bedrock-python/commit/1ecff82840229eefe36542dee05c5d9e5947f82b))

0.5.7

Full Changelog: [v0.5.6...v0.5.7](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.6...v0.5.7)

Bug Fixes

* bump default request timeout to 10min to match documentation ([88](https://github.com/anthropics/anthropic-bedrock-python/issues/88)) ([fc85322](https://github.com/anthropics/anthropic-bedrock-python/commit/fc8532218cf327b689718e96e30dc6de201c3eb2))
* **client:** correct base_url setter implementation ([84](https://github.com/anthropics/anthropic-bedrock-python/issues/84)) ([6983847](https://github.com/anthropics/anthropic-bedrock-python/commit/698384793dad3d202a04498c67df5672037a5ada))
* **client:** ensure retried requests are closed ([80](https://github.com/anthropics/anthropic-bedrock-python/issues/80)) ([3f28ec8](https://github.com/anthropics/anthropic-bedrock-python/commit/3f28ec864b48f694976f4cc69ee693c7d7082abf))


Chores

* **internal:** remove unused file ([83](https://github.com/anthropics/anthropic-bedrock-python/issues/83)) ([aa0ed40](https://github.com/anthropics/anthropic-bedrock-python/commit/aa0ed406abfad95df6d51e050402f8448dbdbdaa))
* **internal:** replace string concatenation with f-strings ([82](https://github.com/anthropics/anthropic-bedrock-python/issues/82)) ([e3545db](https://github.com/anthropics/anthropic-bedrock-python/commit/e3545db53fa8dbeb8b302c3072e13c6a1f020533))
* **package:** lift anyio v4 restriction ([85](https://github.com/anthropics/anthropic-bedrock-python/issues/85)) ([8879c77](https://github.com/anthropics/anthropic-bedrock-python/commit/8879c777da8d4d1cc5de7e5d7ffcabd442e61591))

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.