From ea0b17c8b6840453a840bca34bc8fea92d1a7d76 Mon Sep 17 00:00:00 2001 From: chenlichao Date: Fri, 28 Aug 2026 10:17:24 -0700 Subject: [PATCH] =?UTF-8?q?fix(lib):=20correct=20typo=20'propes'=20?= =?UTF-8?q?=E2=86=92=20'props'=20in=20transform=5Fschema=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/anthropic/lib/_parse/_transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anthropic/lib/_parse/_transform.py b/src/anthropic/lib/_parse/_transform.py index ce0c83ac9..2dfc28a1d 100644 --- a/src/anthropic/lib/_parse/_transform.py +++ b/src/anthropic/lib/_parse/_transform.py @@ -160,7 +160,7 @@ def transform_schema( else: assert_never(type_) - # if there are any propes leftover then they aren't supported, so we add them to the description + # if there are any props leftover then they aren't supported, so we add them to the description # so that the model *might* follow them. if json_schema: description = strict_schema.get("description")