fastapi/fastapi
sammasak 8ede27223e
Allow array values for OpenAPI schema `type` field (#13639)
Co-authored-by: Lukas Rajala <lukas.rajala@klarna.com>
Co-authored-by: dlax <denis@laxalde.org>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-20 17:47:24 +00:00
..
dependencies ♻️ Create `dependency-cache` dict in `solve_dependencies` only if `None` (don't re-create if empty) (#13689) 2025-09-20 19:37:18 +02:00
middleware Add support for raising exceptions (including `HTTPException`) in dependencies with `yield` in the exit code, do not support them in background tasks (#10831) 2023-12-25 18:57:35 +01:00
openapi Allow array values for OpenAPI schema `type` field (#13639) 2025-09-20 17:47:24 +00:00
security 🚨 Install pydantic.mypy plugin (#14081) 2025-09-20 18:23:06 +02:00
__init__.py 🔖 Release version 0.116.2 2025-09-16 20:23:54 +02:00
__main__.py ♻️ Add support for `pip install "fastapi[standard]"` with standard dependencies and `python -m fastapi` (#11935) 2024-08-02 01:03:05 -05:00
_compat.py 🐛 Fix truncating the model's description with form feed (`\f`) character for Pydantic V2 (#13698) 2025-06-17 09:46:27 +02:00
applications.py Add OpenAPI `external_docs` parameter to `FastAPI` (#13713) 2025-09-20 19:11:46 +02:00
background.py ♻️ Update mypy (#11049) 2024-04-01 21:48:51 -05:00
cli.py ♻️ Add support for `pip install "fastapi[standard]"` with standard dependencies and `python -m fastapi` (#11935) 2024-08-02 01:03:05 -05:00
concurrency.py 🐛 Preserve traceback when exception is raised in sync dependency with `yield` (#5823) 2024-12-03 23:37:12 +01:00
datastructures.py ♻️ Update mypy (#11049) 2024-04-01 21:48:51 -05:00
encoders.py ⬆️ Update mypy to 1.14.1 (#12970) 2025-09-20 14:05:51 +02:00
exception_handlers.py ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.49.0 (#14077) 2025-09-16 19:21:48 +02:00
exceptions.py ♻️ Update mypy (#11049) 2024-04-01 21:48:51 -05:00
logger.py 🔊 Refactor logging (#781) 2019-12-09 20:02:44 +01:00
param_functions.py 📝 Fix minor typos (#12516) 2024-10-23 19:30:18 +01:00
params.py ♻️ Update internal checks to support Pydantic 2.10 (#12914) 2024-11-12 17:10:42 +01:00
py.typed add py.typed to ship typing information (#209) 2019-05-11 13:43:47 +04:00
requests.py ⬆ Require Pydantic > 1.0 (#1862) 2020-08-09 22:17:08 +02:00
responses.py Add reference (code API) docs with PEP 727, add subclass with custom docstrings for `BackgroundTasks`, refactor docs structure (#10392) 2023-10-18 16:36:40 +04:00
routing.py 🐛 Fix `inspect.getcoroutinefunction()` can break testing with `unittest.mock.patch()` (#14022) 2025-09-20 18:30:34 +02:00
staticfiles.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
templating.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
testclient.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
types.py 🔥 Remove unused NoneType (#10774) 2023-12-12 00:29:03 +00:00
utils.py ♻️ Rename internal `create_response_field()` to `create_model_field()` as it's used for more than response models (#12103) 2024-09-01 01:46:03 +02:00
websockets.py Export `WebSocketState` in `fastapi.websockets` (#4376) 2022-09-04 17:12:10 +02:00