fastapi/docs
dmontagu ab2b86fe2c Add support for Pydantic v1 and above 🎉 (#646)
* Make compatible with pydantic v1

* Remove unused import

* Remove unused ignores

* Update pydantic version

* Fix minor formatting issue

*  Revert removing iterate_in_threadpool

*  Add backwards compatibility with Pydantic 0.32.2

with deprecation warnings

*  Update tests to not break when using Pydantic < 1.0.0

* 📝 Update docs for Pydantic version 1.0.0

* 📌 Update Pydantic range version to support from 0.32.2

* 🎨 Format test imports

*  Add support for Pydantic < 1.2 for populate_validators

*  Add backwards compatibility for Pydantic < 1.2.0 with required fields

* 📌 Relax requirement for Pydantic to < 2.0.0 🎉 🚀

* 💚 Update pragma coverage for older Pydantic versions
2019-11-27 20:32:02 +01:00
..
img Refactor param extraction using Pydantic Field (#278) 2019-05-30 17:40:43 +04:00
src Add support for Pydantic v1 and above 🎉 (#646) 2019-11-27 20:32:02 +01:00
tutorial Add support for Pydantic v1 and above 🎉 (#646) 2019-11-27 20:32:02 +01:00
alternatives.md 📝 Replace guys by developers when a group of people is targeted (#645) 2019-11-24 15:09:45 +01:00
async.md Clarification about possible performance hit (#64) 2019-03-04 20:04:16 +04:00
benchmarks.md 📝 Use same link in benchmarks as in index 2019-04-12 22:56:09 +04:00
contributing.md 📝 Update Uvicorn docs with new --reload option (#74) 2019-03-09 22:10:25 +04:00
deployment.md 📝 Fix plural-s without apostrophe in docs (#411) 2019-08-07 14:01:31 -05:00
external-links.md 📝 Add recent articles and opinions (#490) 2019-08-30 20:35:34 -05:00
features.md 📝 Fix small typo in docs for features (#380) 2019-07-12 18:28:07 -05:00
help-fastapi.md 📝 Update Docs: Help FastAPI (#339) 2019-06-27 21:32:27 +02:00
history-design-future.md 📝 Add History, Design and Future to docs 2019-03-02 19:54:15 +04:00
index.md 📝 Remove $ sign from bash codeblocs in markdown (#613) 2019-11-23 22:59:15 +01:00
project-generation.md Update SQL with dependency and intro project generator (#52) 2019-02-24 01:04:44 +04:00
python-types.md 🔀 Merge PR #72 2019-03-21 18:46:02 +04:00
release-notes.md 🔖 Release 0.43.0 2019-11-24 18:56:11 +01:00