[Release - 02/10/2026] v1.81.10-nightly

This commit is contained in:
Alexsander Hamir
2026-02-10 16:26:30 -08:00
committed by GitHub
parent 8507df483c
commit ebce0e5f8c
24 changed files with 293 additions and 75 deletions
@@ -42,6 +42,7 @@ IGNORE_FUNCTIONS = [
"_validate_inheritance_chain", # max depth set (default 100) to prevent infinite recursion in policy inheritance validation.
"_basic_json_schema_validate", # max depth set.
"extract_text_from_a2a_message", # max depth set (default 10) to prevent infinite recursion in A2A message parsing.
"_convert_to_json_serializable_dict", # max depth set (default 20) and circular reference protection to prevent infinite recursion.
]