From 328808135099835cb2bed897f06b718e70c0f828 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 7 Mar 2026 17:35:36 -0800 Subject: [PATCH] Revert "fix(tests): update test_build_vertex_schema expected output after bare {} anyOf dropping" This reverts commit 8f61696b66b12f1e0c3d71ae3178f1e0dadb134e. --- tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py b/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py index 7842f425926..0bd7f41676d 100644 --- a/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py +++ b/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py @@ -226,6 +226,7 @@ def test_build_vertex_schema(): "callbacks": { "anyOf": [ {"type": "array", "nullable": True}, + {"nullable": True}, ] }, "run_name": {"type": "string"},