fastapi/fastapi
Sebastián Ramírez 108c2f3c0e
⬆️ Update Pydantic to 0.21.0 (#90)
* ⬆️ Upgrade Pydantic and others (isort), update docs after changes by isort

* 🎨 Format with newest isort, update type hints in jsonable_encoder

* 🔧 Update test script, to avoid Pydantic type errors

* ⬆️ Update pyproject.toml with latest Pydantic
2019-03-21 18:40:29 +04:00
..
dependencies Add support for UploadFile class annotations (#63) 2019-03-03 20:52:37 +04:00
openapi 💄 Add FastAPI favicons to docs (#53) 2019-02-24 01:31:50 +04:00
security ⬆️ Update imports and scripts for new isort versions (#75) 2019-03-09 15:04:13 +04:00
__init__.py 🔖 Release version 0.8.0 2019-03-16 21:24:26 +04:00
applications.py Add tags parameter to app.include_router (#55) 2019-03-16 21:15:08 +04:00
datastructures.py Add support for UploadFile class annotations (#63) 2019-03-03 20:52:37 +04:00
encoders.py ⬆️ Update Pydantic to 0.21.0 (#90) 2019-03-21 18:40:29 +04:00
exceptions.py Add HTTPException with custom headers (#35) 2019-02-16 17:01:29 +04:00
params.py 🐛 Fix Form and File params must always be embeded 2018-12-22 08:24:48 +04:00
routing.py Add tags parameter to app.include_router (#55) 2019-03-16 21:15:08 +04:00
utils.py 🐛 Fix constrained bytes, from defaults in Pydantic 2019-01-05 17:30:27 +04:00