46 Commits (fdb6c9ccc504f90afd0fbcec53f3ea0bfebc261a)

Author SHA1 Message Date
Sebastián Ramírez fdb6c9ccc5
Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 4 years ago
Sebastián Ramírez 313bbe802f
Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 4 years ago
Sebastián Ramírez e1758d107e
⬆ Require Pydantic > 1.0 (#1862) 5 years ago
Nima Mashhadi M. Reza 3223de5598
🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
Rupsi Kaushik 70a51b3aff
Auto-generate OpenAPI servers from root_path (#1596) 5 years ago
Sebastián Ramírez 181a32236a
Deep merge OpenAPI responses (#1577) 5 years ago
mikaello b591de2ace
Add support for OpenAPI servers metadata (#1547) 5 years ago
Thomas Maschler a071ddf3cd
Add support for tag metadata in OpenAPI (#1348) 5 years ago
Nik d66d8379c0
🐛 Fix OpenAPI generation when using callbacks with routers including Pydantic models (#1322) 5 years ago
Sebastián Ramírez 5984233223
🐛 Fix Enum handling with their own schema definitions (#1463) 5 years ago
voegtlel 3397d4d69a
Implement response_model_exclude_defaults and response_model_exclude_none (#1166) 5 years ago
merowinger92 74c4d1c1db
🐛 Fix declaring a single parameter per name (#994) 5 years ago
Ben Dayan 73260971b5 Add support for OpenAPI Callbacks (#722) 5 years ago
dmontagu ab2b86fe2c Add support for Pydantic v1 and above 🎉 (#646) 5 years ago
Daniel Brotsky c7902dd23a Generate correct OpenAPI docs for responses with no content (#621) 5 years ago
François Voron 8609beb9ab 🚨 Fix black linting (#682) 5 years ago
dmontagu 5fd83c5fa4 Sort schemas alphabetically (#554) 6 years ago
tsouvarev 3dbbecdd16 🐛 Fix setting 4XX overriding default 422 validation errors(#517) 6 years ago
toppk f803c77515 Add support for specifying a default_response_class (#467) 6 years ago
Zoltan Papp 19c53b21c1 Allow using custom 422 validation error and use media type from response class in schema (#437) 6 years ago
Sebastián Ramírez 55c4b5fb0b
🐛 Fix "default" extra response with extra status codes (#489) 6 years ago
Zoltan Papp 73dbbeab55 Allow additional responses to use status ranges and "default" (#435) 6 years ago
dmontagu 483eb73b26 🐛 Use caching logic to determine OpenAPI spec for duplicate dependencies (#417) 6 years ago
James Kaplan 46a986cacf ⬆️ Upgrade Pydantic to 0.30 (#384) 6 years ago
Sebastián Ramírez 687065509b
🏗️ Fix same function names in different modules with composite bodies (#347) 6 years ago
Sebastián Ramírez dcc1e1bcf8
♻️ Refine internal type declarations and logic around them (#338) 6 years ago
Eric Du 5b3adfe449 Use default response status reasons in additional responses (#313) 6 years ago
Sebastián Ramírez bd407cc4ed
Refactor param extraction using Pydantic Field (#278) 6 years ago
euri10 adfbd27100 🐛 Fix OpenAPI URL format for Starlette convertors (#234) 6 years ago
Sebastián Ramírez 192ebba2a2
♻️ Rename parameter content_type to response_class (#183) 6 years ago
Sebastián Ramírez 88ece95a30
🎨 Improve automatic naming of path operations in API docs (#155) 6 years ago
Sebastián Ramírez 2bd775988f Add/refactor addditional responses, tests, docs 6 years ago
Mohammed 95679ca5e6 Fix: adding additional_responses on `.include_router()` 6 years ago
Mohammed 84a300ef84 Formatting according to guide 6 years ago
Mohammed aa0bca7bb2 Additional Responses implementation 6 years ago
Kabir Khan 0ea0d0e82a Add Open API prefix route - correct docs behind reverse proxy (#26) 6 years ago
Sebastián Ramírez 804ec460fc ⬆️ Add tests, fix issues and update Pydantic 6 years ago
Sebastián Ramírez 7da9625505 💚 Revert to flit install and re-format 6 years ago
Sebastián Ramírez 00e2e544c7 ♻️ Re-format tutorials, files names and tests 6 years ago
Sebastián Ramírez d9fbead646 🎨 Remove un-used imports, add auto-flake 6 years ago
Sebastián Ramírez 8c66b3a492 🐛 Add ValidationError schema even if only bodies 6 years ago
Sebastián Ramírez 8cc9ccab92 🎨 Update main imports (and exports) 6 years ago
Sebastián Ramírez db3c270f8e Update requests with body, rename params 6 years ago
Sebastián Ramírez 0e19c24014 Update parameter names and order 6 years ago
Sebastián Ramírez addfa89b0f Refactor, update code, several features 6 years ago
Sebastián Ramírez b9d912c638 ♻️ Refactor, fix and update code 6 years ago