From 9a9b2499ab97dded67bf1909d7d28232f3da2ddd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:16:49 +0000 Subject: [PATCH] chore(deps): update Claude specs and anthropic SDK --- tests/models/anthropic/test_openapi_schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/models/anthropic/test_openapi_schema.py b/tests/models/anthropic/test_openapi_schema.py index 9d245f94..41a9039e 100644 --- a/tests/models/anthropic/test_openapi_schema.py +++ b/tests/models/anthropic/test_openapi_schema.py @@ -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-506a5ad71d522b4ae56ac3429380486647af1f92eddde80603480fb592d62b54.yml" +OPENAPI_SPEC_URL = "https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-340a90a800ce3fade1a2191559e86e21b0088c3fd8dcbe0c9d7694c6e191944b.yml" OPENAPI_DRIFT_WHITELIST_PATH = Path(__file__).with_name("openapi_drift_whitelist.json")