]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix handling of JSON Schema attributes named "$ref" (#14349)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 13 Nov 2025 13:59:07 +0000 (14:59 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 13:59:07 +0000 (14:59 +0100)
commit5d40dfbc9bc1df1c7801acc53857ec7a072b7697
treeb8d7f90182ea5eeef3a0d998cf9beaf0d8c29af5
parenteaf611f9ee56de4f16c837d4f487a4b9fca507c4
🐛 Fix handling of JSON Schema attributes named "$ref" (#14349)
fastapi/_compat/v2.py
tests/test_schema_ref_pydantic_v2.py [new file with mode: 0644]