🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-03-12 21:14:26 +00:00 committed by GitHub
parent 5fe7833bb7
commit 94bd71371e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Undefined = PydanticUndefined
# eval_type_lenient has been deprecated since Pydantic v2.10.0b1 (PR #10530)
evaluate_forwardref = getattr(_pydantic_typing_extra, "try_eval_type", None)
if evaluate_forwardref is None:
evaluate_forwardref = getattr(_pydantic_typing_extra, "eval_type_lenient")
evaluate_forwardref = _pydantic_typing_extra.eval_type_lenient
class GenerateJsonSchema(_GenerateJsonSchema):