fastapi/fastapi
Sebastián Ramírez bfde8f3ef2 🔖 Release version 0.103.1 2023-09-02 19:10:19 +02:00
..
dependencies Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
middleware ♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available (#9657) 2023-06-11 21:49:18 +00:00
openapi Add support for `openapi_examples` in all FastAPI parameters (#10152) 2023-08-26 20:03:13 +02:00
security Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
__init__.py 🔖 Release version 0.103.1 2023-09-02 19:10:19 +02:00
_compat.py Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (#10145) 2023-08-25 21:10:22 +02:00
applications.py ✏️ Fix typos in comment in `fastapi/applications.py` (#10045) 2023-09-02 17:37:40 +02:00
background.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
concurrency.py ✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (#9590) 2023-08-05 10:39:38 +02:00
datastructures.py Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
encoders.py 🐛 Replace `MultHostUrl` to `AnyUrl` for compatibility with older versions of Pydantic v1 (#9852) 2023-07-27 20:22:23 +02:00
exception_handlers.py Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030) 2023-06-11 21:08:14 +02:00
exceptions.py Add `ResponseValidationError` printable details, to show up in server error logs (#10078) 2023-08-14 11:49:57 +02:00
logger.py 🔊 Refactor logging (#781) 2019-12-09 20:02:44 +01:00
param_functions.py Add support for `openapi_examples` in all FastAPI parameters (#10152) 2023-08-26 20:03:13 +02:00
params.py Add support for `openapi_examples` in all FastAPI parameters (#10152) 2023-08-26 20:03:13 +02: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 ♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class (#5805) 2023-06-10 19:04:29 +02:00
routing.py ✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (#9590) 2023-08-05 10:39:38 +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 Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
utils.py Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
websockets.py Export `WebSocketState` in `fastapi.websockets` (#4376) 2022-09-04 17:12:10 +02:00