fastapi/fastapi
Sebastián Ramírez 8d27236648 🔖 Release version 0.100.1 2023-07-27 21:16:01 +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 Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
security Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
__init__.py 🔖 Release version 0.100.1 2023-07-27 21:16:01 +02:00
_compat.py 🐛 Replace `MultHostUrl` to `AnyUrl` for compatibility with older versions of Pydantic v1 (#9852) 2023-07-27 20:22:23 +02:00
applications.py Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +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 🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch (#5240) 2022-09-14 20:31:19 +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 support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
logger.py 🔊 Refactor logging (#781) 2019-12-09 20:02:44 +01:00
param_functions.py Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +02:00
params.py Add support for Pydantic v2 (#9816) 2023-07-07 19:12: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 Add support for Pydantic v2 (#9816) 2023-07-07 19:12:13 +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