From 75d8dcc0ac8cb381fa327a61a9ac84022b3a1677 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:26:48 +0000 Subject: [PATCH 1/2] chore(docs): small updates to field descriptions --- .stats.yml | 6 +++--- .../types/beta/beta_managed_agents_custom_tool_params.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index e8ebb7b47..571698812 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/anthropic/types/beta/beta_managed_agents_custom_tool_params.py b/src/anthropic/types/beta/beta_managed_agents_custom_tool_params.py index 42a3c2de8..d4ba913a1 100644 --- a/src/anthropic/types/beta/beta_managed_agents_custom_tool_params.py +++ b/src/anthropic/types/beta/beta_managed_agents_custom_tool_params.py @@ -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] From 5d80aad8bd6d778cad2da1b507d77b8701445284 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:27:23 +0000 Subject: [PATCH 2/2] release: 0.116.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/anthropic/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 988e843fd..104ce0cab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.116.0" + ".": "0.116.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e32f45fe..61f69a3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index df1178154..906424117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/anthropic/_version.py b/src/anthropic/_version.py index 347f744bf..df16b6061 100644 --- a/src/anthropic/_version.py +++ b/src/anthropic/_version.py @@ -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