From 5c3d407b7a7764c85bd5304a8830cb30f1941858 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Thu, 11 Sep 2025 14:38:25 -0700 Subject: [PATCH] Revert "Add additionalProperties to vertex ai Schema definition" --- litellm/types/llms/vertex_ai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/types/llms/vertex_ai.py b/litellm/types/llms/vertex_ai.py index 2687b79f72..f17a284ddf 100644 --- a/litellm/types/llms/vertex_ai.py +++ b/litellm/types/llms/vertex_ai.py @@ -113,7 +113,6 @@ class Schema(TypedDict, total=False): pattern: str example: Any anyOf: List["Schema"] - additionalProperties: Any class FunctionDeclaration(TypedDict, total=False):