Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.116.0"
".": "0.116.1"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 116
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-506a5ad71d522b4ae56ac3429380486647af1f92eddde80603480fb592d62b54.yml
openapi_spec_hash: d272f069e15d096063103c857fb8e2a7
config_hash: 7671314e6e5005559d15540f255a2efb
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-42897c23e76e6d6f15c90a874b6868e7bcf408cd172375a8ea9723a76bb204ef.yml
openapi_spec_hash: 94d182e3a0fb77bf223dc99d4a12c17c
config_hash: fbef15b9c6461c2285ee63d6f44f879c
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.116.1 (2026-07-02)

Full Changelog: [v0.116.0...v0.116.1](https://github.com/anthropics/anthropic-sdk-python/compare/v0.116.0...v0.116.1)

### Chores

* **docs:** small updates to field descriptions ([75d8dcc](https://github.com/anthropics/anthropic-sdk-python/commit/75d8dcc0ac8cb381fa327a61a9ac84022b3a1677))

## 0.116.0 (2026-07-02)

Full Changelog: [v0.115.1...v0.116.0](https://github.com/anthropics/anthropic-sdk-python/compare/v0.115.1...v0.116.0)
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"
version = "0.116.0"
version = "0.116.1"
description = "The official Python library for the anthropic API"
dynamic = ["readme"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/anthropic/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "anthropic"
__version__ = "0.116.0" # x-release-please-version
__version__ = "0.116.1" # x-release-please-version
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BetaManagedAgentsCustomToolParams(TypedDict, total=False):
description: Required[str]
"""
Description of what the tool does, shown to the agent to help it decide when to
use the tool. 1-1024 characters.
use the tool. 1-4096 characters.
"""

input_schema: Required[BetaManagedAgentsCustomToolInputSchemaParam]
Expand Down
Loading