]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🔊 Add deprecation warnings when using `pydantic.v1` (#14583)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Dec 2025 16:44:10 +0000 (08:44 -0800)
committerGitHub <noreply@github.com>
Sun, 21 Dec 2025 16:44:10 +0000 (17:44 +0100)
commit6e42bcd8ce2ade33d94f478310dad20ee84f8f0f
tree9d09851d329c1783103b3204b0f66b23728b9556
parent6513d4daa16a536d17743de6a292f49bd06388a4
🔊 Add deprecation warnings when using `pydantic.v1` (#14583)
20 files changed:
fastapi/dependencies/utils.py
fastapi/routing.py
tests/benchmarks/test_general_performance.py
tests/test_compat_params_v1.py
tests/test_datetime_custom_encoder.py
tests/test_filter_pydantic_sub_model/app_pv1.py
tests/test_get_model_definitions_formfeed_escape.py
tests/test_pydantic_v1_deprecation_warnings.py [new file with mode: 0644]
tests/test_pydantic_v1_v2_01.py
tests/test_pydantic_v1_v2_list.py
tests/test_pydantic_v1_v2_mixed.py
tests/test_pydantic_v1_v2_multifile/main.py
tests/test_pydantic_v1_v2_noneable.py
tests/test_read_with_orm_mode.py
tests/test_response_model_as_return_annotation.py
tests/test_tutorial/test_pydantic_v1_in_v2/test_tutorial002.py
tests/test_tutorial/test_pydantic_v1_in_v2/test_tutorial003.py
tests/test_tutorial/test_pydantic_v1_in_v2/test_tutorial004.py
tests/test_tutorial/test_request_form_models/test_tutorial002_pv1.py
tests/test_tutorial/test_schema_extra_example/test_tutorial001_pv1.py