Package: fastapi / 0.115.11-5

Metadata

Package Version Patches format
fastapi 0.115.11-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
PR13452.patch | (download)

tests/test_tutorial/test_custom_request_and_route/test_tutorial002.py | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 [patch] tests: fix test_exception_handler_body_access


PR14036.patch | (download)

fastapi/_compat.py | 20 17 + 3 - 0 !
tests/test_multi_body_errors.py | 10 9 + 1 - 0 !
2 files changed, 26 insertions(+), 4 deletions(-)

 [patch 1/4] prepare for pydantic 2.12.0

`tests/test_multi_body_errors.py::test_openapi_schema` failed with
pydantic 2.12.0a1 due to
https://github.com/pydantic/pydantic/pull/11987.  Since we're testing
the exact contents of the JSON schema, the easiest fix seems to be to
add version-dependent handling for this.