fastapi/fastapi
Sebastián Ramírez 9889182d50
️ Revert usage of custom logic for TypeAdapter JSON Schema, solved on the Pydantic side (#9787)
️ Revert usage of custom logic for TypeAdapter JSON Schema, solved on Pydantic side
2023-07-03 21:37:04 +02:00
..
dependencies ♻️ Refactor internals for test coverage and performance (#9691) 2023-06-20 17:07:53 +02:00
middleware ♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available (#9657) 2023-06-11 21:49:18 +00:00
openapi 🔀 Merge master, fix valid JSON Schema accepting bools (#9782) 2023-07-02 18:35:12 +02:00
security ♻️ Refactor internals for test coverage and performance (#9691) 2023-06-20 17:07:53 +02:00
__init__.py 🔖 Release version 0.100.0-beta2 2023-06-30 21:50:18 +02:00
_compat.py ️ Revert usage of custom logic for TypeAdapter JSON Schema, solved on the Pydantic side (#9787) 2023-07-03 21:37:04 +02:00
applications.py OpenAPI 3.1.0 with Pydantic v2, merge `master` (#9773) 2023-07-01 20:08:39 +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 Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
encoders.py OpenAPI 3.1.0 with Pydantic v2, merge `master` (#9773) 2023-07-01 20:08:39 +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 Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
logger.py 🔊 Refactor logging (#781) 2019-12-09 20:02:44 +01:00
param_functions.py OpenAPI 3.1.0 with Pydantic v2, merge `master` (#9773) 2023-07-01 20:08:39 +02:00
params.py OpenAPI 3.1.0 with Pydantic v2, merge `master` (#9773) 2023-07-01 20:08:39 +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 Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +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 Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
utils.py ♻️ Refactor parts that use optional requirements to make them compatible with installations without them (#9707) 2023-06-20 18:22:03 +02:00
websockets.py Export `WebSocketState` in `fastapi.websockets` (#4376) 2022-09-04 17:12:10 +02:00