fastapi/fastapi
Sebastián Ramírez d91b2b3ee8 🔖 Release version 0.48.0 2020-02-04 05:43:07 +01:00
..
dependencies 🐛 Fix body parsing (#918) 2020-02-04 05:01:59 +01:00
openapi 🔇 Log email-validator not installed only when used (#946) 2020-02-04 05:31:01 +01:00
security Implement OAuth2 authorization_code integration (#797) 2020-01-08 22:47:19 +01:00
__init__.py 🔖 Release version 0.48.0 2020-02-04 05:43:07 +01:00
applications.py ♻️ Update default API title from "Fast API" to "FastAPI" for consistency (#890) 2020-01-18 19:07:42 +01:00
concurrency.py Add support for Pydantic v1 and above 🎉 (#646) 2019-11-27 20:32:02 +01:00
datastructures.py Add support for UploadFile class annotations (#63) 2019-03-03 20:52:37 +04:00
encoders.py Add support for subtypes of main types in jsonable_encoder 2020-01-08 21:50:21 +01:00
exception_handlers.py 🐛 Fix issue with exotic pydantic error serialization (#748) 2019-11-29 07:02:10 +01:00
exceptions.py add body to RequestValidationError for easier debugging (#853) 2020-01-17 12:37:44 +01:00
logger.py 🔊 Refactor logging (#781) 2019-12-09 20:02:44 +01:00
param_functions.py Implement dependency value cache per request (#292) 2019-06-05 21:00:54 +04:00
params.py Add support for Pydantic v1 and above 🎉 (#646) 2019-11-27 20:32:02 +01:00
py.typed add py.typed to ship typing information (#209) 2019-05-11 13:43:47 +04:00
routing.py 🐛 Fix FastAPI serialization of Pydantic ORM mode blocking the event loop (#888) 2020-01-18 17:32:57 +01:00
utils.py 🐛 Fix Pydantic field clone logic with validators (#899) 2020-02-04 04:03:51 +01:00