fastapi/fastapi
Yurii Motov 6aa2f98504 Fix typing issue 2026-03-06 18:54:37 +01:00
..
.agents/skills/fastapi 📝 Update Skill, optimize context, trim and refactor into references (#15031) 2026-03-01 10:05:57 +00:00
_compat Fix schema for `byte` fields inside JSON (do not add `"format": "binary"`) 2026-03-06 18:19:31 +01:00
dependencies Add support for streaming JSON Lines and binary data with `yield` (#15022) 2026-02-27 19:56:47 +01:00
middleware 📝 Use `WSGIMiddleware` from `a2wsgi` instead of deprecated `fastapi.middleware.wsgi.WSGIMiddleware` (#14756) 2026-02-04 12:54:23 +01:00
openapi Add support for Server Sent Events (#15030) 2026-03-01 10:21:52 +01:00
security 🎨 Update internal types for Python 3.10 (#14898) 2026-02-11 18:41:21 +00:00
__init__.py 🔖 Release version 0.135.1 2026-03-01 19:17:26 +01: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
applications.py ♻️ Refactor logic to handle OpenAPI and Swagger UI escaping data (#14986) 2026-02-24 09:28:10 +00:00
background.py 🎨 Update internal types for Python 3.10 (#14898) 2026-02-11 18:41:21 +00: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 ♻️ Upgrade internal syntax to Python 3.9+ 🎉 (#14564) 2025-12-17 21:25:59 +00:00
datastructures.py Update schema for UploadFile (add `format: binary`) 2026-03-06 11:08:12 +01:00
encoders.py 🎨 Update internal types for Python 3.10 (#14898) 2026-02-11 18:41:21 +00: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 internal types for Python 3.10 (#14898) 2026-02-11 18:41:21 +00:00
logger.py 🔊 Refactor logging (#781) 2019-12-09 20:02:44 +01:00
param_functions.py 📝 Fix doctrings for `max_digits` and `decimal_places` (#14944) 2026-03-04 13:52:48 +01:00
params.py Fix typing issue 2026-03-06 18:54:37 +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 support for Server Sent Events (#15030) 2026-03-01 10:21:52 +01:00
routing.py 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack (#15038) 2026-03-01 19:16:03 +01:00
sse.py Add support for Server Sent Events (#15030) 2026-03-01 10:21:52 +01: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 🎨 Update internal types for Python 3.10 (#14898) 2026-02-11 18:41:21 +00:00
utils.py 🎨 Update internal types for Python 3.10 (#14898) 2026-02-11 18:41:21 +00:00
websockets.py Export `WebSocketState` in `fastapi.websockets` (#4376) 2022-09-04 17:12:10 +02:00