]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix truncating the model's description with form feed (`\f`) character for Pydantic...
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Tue, 17 Jun 2025 07:46:27 +0000 (09:46 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Jun 2025 07:46:27 +0000 (09:46 +0200)
commit535d5b3f9f1546ccb5cc8370e51fcf06f149761e
treeb796e6b414aec1c78f62e0854c878a83f7ad3e47
parent7565f580ce77e0ec6027457410db9da66ef3487a
🐛 Fix truncating the model's description with form feed (`\f`) character for Pydantic V2 (#13698)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
fastapi/_compat.py
tests/test_openapi_model_description_trim_on_formfeed.py [new file with mode: 0644]