65 Commits (83d04df8a6f87abe2b849a510b4c0e36170e653e)

Author SHA1 Message Date
Sebastián Ramírez 83d04df8a6
🔊 Refactor logging (#781) 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
dmontagu 8c3ef76139 Add better support for request body access/manipulation with custom classes (#589) 6 years ago
dmontagu dd963511d6 🐛 Fix preserving route_class when calling include_router (#538) 6 years ago
svalouch c7dc26b760 Allow docstrings to be truncated before being used for OpenAPI (#556) 6 years ago
toppk f803c77515 Add support for specifying a default_response_class (#467) 6 years ago
dmontagu fc7d123347 ⬆️ Upgrade support to Pydantic version 0.32.2 (breaking change) (#463) 6 years ago
dmontagu c70f3f1198 Add support for custom route class (#468) 6 years ago
dmontagu 6c6bdb6233 🔒 Ensure `skip_defaults` doesn't cause extra fields to be serialized (#485) 6 years ago
dmontagu 38495fffa5 🐛 Fix skip_defaults implementation when returning a Pydantic model (#422) 6 years ago
Sebastián Ramírez e71636e381
🐛 Fix mypy route errors after merging #415 (#462) 6 years ago
Vitaliy Kucheryaviy f7f17fcfd6 Allow empty routed path (issue #414) (#415) 6 years ago
Pablo Marti 0c55553328 ✏️ Fix typo in assert statement (#419) 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
Sebastián Ramírez aa84ac8e3e
Implement support for Pydantic's ORM mode (#322) 6 years ago
dmontagu 87b7a63ff2 🔥 Remove unused regex in routing.py (#314) 6 years ago
Sebastián Ramírez 5f7fe926ab
Add support for Response parameters to set headers, cookies, and status codes (#294) 6 years ago
Sebastián Ramírez bff5dbbf5d
Implement dependency value cache per request (#292) 6 years ago
Sebastián Ramírez 09cd7c47a1
Implement dependency overrides for testing (#291) 6 years ago
Sebastián Ramírez 62af6e0eeb
Separate Pydantic's ValidationError handler and improve docs for error handling (#273) 6 years ago
Sebastián Ramírez 703ade7967
🐛 Fix path in path parameters (#272) 6 years ago
Sebastián Ramírez a49d45eaa9
🐛 Fix response_model type to allow List[Model] (#266) 6 years ago
Sebastián Ramírez 7b63bc5551
Add include, exclude, and by_alias to path operation methods (#264) 6 years ago
William Hayes d8716f94ae Add skip_defaults support for path operations (for #242) (#248) 6 years ago
James Kaplan b087246f26 Add support for WebSockets with dependencies, params, etc #166 (#178) 6 years ago
Sebastián Ramírez e92b43b5c8
Add parameter dependencies to path operation decorators and include_router (#235) 6 years ago
Ricardo Momm b0b88f9d5b 🔊 Raise from previous exception (#195) 6 years ago
Derek J. Lambert 4a1648b04e ✏️ Minor spelling fix in routing (#221) 6 years ago
Sebastián Ramírez 192ebba2a2
♻️ Rename parameter content_type to response_class (#183) 6 years ago
Sebastián Ramírez 546d233dec
♻️ Update Pydantic usage, types, values, minor structure changes (#164) 6 years ago
Sebastián Ramírez 61dd36a945
Upgrade docstring Markdown parsing (#163) 6 years ago
Sebastián Ramírez aad6b123f7
Add support for multi-file uploads (#158) 6 years ago
Sebastián Ramírez c8df3ae57c
🐛 Fix handling additional responses in include_router (#140) 6 years ago
Sebastián Ramírez 2bd775988f Add/refactor addditional responses, tests, docs 6 years ago
Sebastián Ramírez 9b04593260
Add support for BackgroundTasks parameters (#103) 6 years ago
euri10 6d77e2ac5f Add websocket to APIRouter (#100) 6 years ago
Mohammed eda9b28338 files formatting 6 years ago
Mohammed 7514ac6fb0 100% test coverage 6 years ago
Mohammed 65568065e0 Remove extra code. 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 c6d28c8209 Accept Multiple Additional Responses 6 years ago
Mohammed aa0bca7bb2 Additional Responses implementation 6 years ago
euri10 11c755bee3 Add tags parameter to app.include_router (#55) 6 years ago
Sebastián Ramírez 0b9fe62a10
Add support for UploadFile class annotations (#63) 6 years ago
euri10 5c9c088a2a Upgrade Starlette version (#17) 6 years ago
Sebastián Ramírez 577c5a84db 🐛 Fix constrained bytes, from defaults in Pydantic 6 years ago
Sebastián Ramírez a73709507c Add docs, tests and fixes for extra data types 6 years ago