138 Commits (add-mandatory-realm-on-basic-auth)

Author SHA1 Message Date
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 da9b5201c4
🔧 Add Flake8 linting (#1774) 5 years ago
Nima Mashhadi M. Reza 3223de5598
🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
Sebastián Ramírez e5594e860f
Update response_model_by_alias (#1642) 5 years ago
retnikt c6dd627bdd
Add support for Python's http.HTTPStatus in status_code (#1534) 5 years ago
Aviram Hassan b13a4baf32
Add better JSON decode error handling, improve feedback for client after invalid JSON requests (#1354) 5 years ago
Thomas Maschler a071ddf3cd
Add support for tag metadata in OpenAPI (#1348) 5 years ago
kota matsuoka a0ab47e89e
🎨 Remove unused f-string (#1526) 5 years ago
Dylan Anthony 2351fb5623
🔇 Remove error log when parsing malformed JSON body as it's a client error (#1351) 5 years ago
voegtlel 3397d4d69a
Implement response_model_exclude_defaults and response_model_exclude_none (#1166) 5 years ago
amitlissack 02441ff031
🐛 Fix dependency overrides in WebSockets (#1122) 5 years ago
juhovh-aiven aea04ee32e
🐛 Fix exclude_unset and aliases in response model validation (#1074) 5 years ago
Sebastián Ramírez 0ac9b3ee5c
Re-export utils from Starlette (#1064) 5 years ago
Sebastián Ramírez 4e8080f290
📌 Upgrade Starlette version (#1057) 5 years ago
Patrick McKenna e26f94018c
♻️ Refactor serialize_response parameter name (#1031) 5 years ago
sm-Fifteen 1ce67887b9
♻️ Refactor function calling a path operation function to simplify profiling (#1027) 5 years ago
Patrick McKenna afad59dfbb
🐛 Admit valid types for Pydantic fields as responses models (#1017) 5 years ago
Sebastián Ramírez e0c3519b94
Allow callables (as functools.partial) in path operations (#977) 5 years ago
Sebastián Ramírez 7cea84b74c
🐛 Fix FastAPI serialization of Pydantic ORM mode blocking the event loop (#888) 5 years ago
Aviram Hassan 5db99a27cf add body to RequestValidationError for easier debugging (#853) 5 years ago
James Kaplan cb1410426e 🐛 Fix callback handling in sub-routers (#792) 5 years ago
Ben Dayan 73260971b5 Add support for OpenAPI Callbacks (#722) 5 years ago
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