chore(deps): update Claude specs and anthropic SDK (#2262)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-08 13:51:49 +02:00
committed by GitHub
parent 4302bd629a
commit cfa12bb4c8
3 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ llm-mistral = [
]
llm-anthropic = [
"langchain-anthropic>=1.4.3",
"anthropic>=0.105.2",
"anthropic>=0.107.1",
]
# ---------------------------------------------------------------------------

View File

@@ -8,7 +8,7 @@ import pytest
from tests.models.anthropic.registry import ALL_MAPPINGS, TypeMapping
OPENAPI_SPEC_URL = "https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-3044bdebca823a5e350accb2a228438e6ca5fb06cbac2cb1e0f98baa2bcc2359.yml"
OPENAPI_SPEC_URL = "https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-5c21b0dcaee19924f7e82a77b034563195c0c9bfc575a6b0982dee409037123b.yml"
OPENAPI_DRIFT_WHITELIST_PATH = Path(__file__).with_name("openapi_drift_whitelist.json")

8
uv.lock generated
View File

@@ -132,7 +132,7 @@ wheels = [
[[package]]
name = "anthropic"
version = "0.105.2"
version = "0.107.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
@@ -144,9 +144,9 @@ dependencies = [
{ name = "sniffio" },
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/46/46/47581b8c689c743ceabf6a0f9ff48472160900ce802d26c0fb50423997b3/anthropic-0.105.2.tar.gz", hash = "sha256:0e26b90841c2dced7cc6e98d21d5517d0be33f1876b8e779f478202e28bcaa07", size = 853789, upload-time = "2026-05-29T00:21:14.104Z" }
sdist = { url = "https://files.pythonhosted.org/packages/b1/f1/c6076a92e0bf6b0dfa126e213b3f9e8a510acd73567953210713aae6c256/anthropic-0.107.1.tar.gz", hash = "sha256:8e7169a6ab57fb806b778d9af018c867bad688144efec8969cdb4c5ccecd6670", size = 856312, upload-time = "2026-06-07T17:18:57.358Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/83/75/be0c357e33a5a56c8f9db5b4212f886138d2bf59c0952d858f6b75d710ef/anthropic-0.105.2-py3-none-any.whl", hash = "sha256:e53ed5f6bf36fb1ecb9b25d8634cfd30e02fab9fb3374a0c2d5c585874757230", size = 837507, upload-time = "2026-05-29T00:21:15.528Z" },
{ url = "https://files.pythonhosted.org/packages/86/0e/71432f0777a263701955a23ebcc6650485c2753be9afbce2a6a8d72526e3/anthropic-0.107.1-py3-none-any.whl", hash = "sha256:b74338d08000ba105dfc8adae29af3713ece845a4bffec9986a20697e087c7b3", size = 838729, upload-time = "2026-06-07T17:18:58.729Z" },
]
[[package]]
@@ -3585,7 +3585,7 @@ vectorstore-qdrant = [
[package.metadata]
requires-dist = [
{ name = "aiobotocore", marker = "extra == 'storage-s3'", specifier = ">=3.6.0,<3.7" },
{ name = "anthropic", marker = "extra == 'llm-anthropic'", specifier = ">=0.105.2" },
{ name = "anthropic", marker = "extra == 'llm-anthropic'", specifier = ">=0.107.1" },
{ name = "asyncpg", marker = "extra == 'database-postgres'", specifier = ">=0.31.0,<0.32" },
{ name = "beautifulsoup4", marker = "extra == 'ingest-markup'", specifier = ">=4.14.3,<5" },
{ name = "black", extras = ["jupyter"], marker = "extra == 'lint'", specifier = ">=22,<23" },