Skip to content

Commit 7b39fc8

Browse files
release: 0.87.0
1 parent 8f4425e commit 7b39fc8

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.86.0"
2+
".": "0.87.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.87.0 (2026-03-23)
4+
5+
Full Changelog: [v0.86.0...v0.87.0](https://github.com/anthropics/anthropic-sdk-python/compare/v0.86.0...v0.87.0)
6+
7+
### Features
8+
9+
* **client:** add error type field to APIStatusError ([#1587](https://github.com/anthropics/anthropic-sdk-python/issues/1587)) ([0dfb35e](https://github.com/anthropics/anthropic-sdk-python/commit/0dfb35e37457daf0a9707ff4304fcb04ddb5f6c9))
10+
11+
12+
### Bug Fixes
13+
14+
* sanitize endpoint path params ([55db088](https://github.com/anthropics/anthropic-sdk-python/commit/55db088b4aa83f9eefa83862ec1439ae05fbb72b))
15+
* **transform schema:** support enums ([#1275](https://github.com/anthropics/anthropic-sdk-python/issues/1275)) ([8289533](https://github.com/anthropics/anthropic-sdk-python/commit/8289533921c64d17f7aa7690bfc0a3d18b84bb74))
16+
17+
18+
### Chores
19+
20+
* **internal:** update gitignore ([e44886c](https://github.com/anthropics/anthropic-sdk-python/commit/e44886cd996ab22aae32debc6077d12e8ab6291c))
21+
* **tests:** bump steady to v0.19.4 ([89b74ab](https://github.com/anthropics/anthropic-sdk-python/commit/89b74ab60f5502617acacc918758d4504ba3d170))
22+
* **tests:** bump steady to v0.19.5 ([c86e10f](https://github.com/anthropics/anthropic-sdk-python/commit/c86e10f823f720a979ad7442a91114d8355618bc))
23+
324
## 0.86.0 (2026-03-18)
425

526
Full Changelog: [v0.85.0...v0.86.0](https://github.com/anthropics/anthropic-sdk-python/compare/v0.85.0...v0.86.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "anthropic"
3-
version = "0.86.0"
3+
version = "0.87.0"
44
description = "The official Python library for the anthropic API"
55
dynamic = ["readme"]
66
license = "MIT"

src/anthropic/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "anthropic"
4-
__version__ = "0.86.0" # x-release-please-version
4+
__version__ = "0.87.0" # x-release-please-version

0 commit comments

Comments
 (0)