]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix separation of schemas with nested models introduced in 0.119.0 (#14246)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 Oct 2025 13:09:30 +0000 (10:09 -0300)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 13:09:30 +0000 (14:09 +0100)
commit6a657f360db5a666c75ba143e0d923ad05789b1d
treed131f31835ce24cd566ff48115f80509c70ebe75
parent7132a690461c2367f22556eb87c2b5eb7d9cfb45
🐛 Fix separation of schemas with nested models introduced in 0.119.0 (#14246)
fastapi/_compat/v2.py
tests/test_no_schema_split.py [new file with mode: 0644]
tests/test_pydantic_v1_v2_multifile/test_multifile.py