Skip to content

Commit

Permalink
release: 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 6, 2023
1 parent 8501884 commit 9442296
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.6"
".": "0.5.7"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.5.7 (2023-12-06)

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))

## 0.5.6 (2023-11-29)

Full Changelog: [v0.5.5...v0.5.6](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.5...v0.5.6)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "anthropic-bedrock"
version = "0.5.6"
version = "0.5.7"
description = "The official Python library for the anthropic-bedrock API"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/anthropic_bedrock/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.

__title__ = "anthropic_bedrock"
__version__ = "0.5.6" # x-release-please-version
__version__ = "0.5.7" # x-release-please-version

0 comments on commit 9442296

Please sign in to comment.