278 Commits (0.56.1)

Author SHA1 Message Date
Sebastián Ramírez 8231fbede4 🔖 Release version 0.56.1 5 years ago
kota matsuoka a0ab47e89e
🎨 Remove unused f-string (#1526) 5 years ago
Micah Rosales b90bf2da9e
🐛 Fix callable class generator dependencies (#1365) 5 years ago
Dylan Anthony 2351fb5623
🔇 Remove error log when parsing malformed JSON body as it's a client error (#1351) 5 years ago
Nik d66d8379c0
🐛 Fix OpenAPI generation when using callbacks with routers including Pydantic models (#1322) 5 years ago
Kazantcev Andrey 434d32b891
Optimize regexp pattern in get_path_param_names (#1243) 5 years ago
Sebastián Ramírez 072c2bc7f9 🔖 Release version 0.56.0 5 years ago
Ingmar Steen 2f478eeca6
Add support for ASGI root_path for openapi docs (#1199) 5 years ago
Sebastián Ramírez 8d844bc5cf 🔖 Release version 0.55.1 5 years ago
Sebastián Ramírez 5984233223
🐛 Fix Enum handling with their own schema definitions (#1463) 5 years ago
Sebastián Ramírez 98bb9f13da 🔖 Release version 0.55.0 5 years ago
Sebastián Ramírez f7eea768f6 🔖 Release 0.54.2 5 years ago
Sebastián Ramírez 409264960e
Allow disabling docs UIs by disabling OpenAPI (#1421) 5 years ago
Sebastián Ramírez d4f3ca1c1b 🔖 Release 0.54.1 5 years ago
Sebastián Ramírez 7372f6ba11 🔖 Release version 0.54.0 5 years ago
voegtlel 3397d4d69a
Implement response_model_exclude_defaults and response_model_exclude_none (#1166) 5 years ago
Sebastián Ramírez 6e1cd45a46 🔖 Release version 0.53.2 5 years ago
Toan Vuong 90afc72e64
🐛 Fix automatic embedding with dependencies and sub-dependencies (#1079) 5 years ago
amitlissack 02441ff031
🐛 Fix dependency overrides in WebSockets (#1122) 5 years ago
Sebastián Ramírez e6b3b994be 🔖 Release version 0.53.1 5 years ago
voegtlel 0f152b4e97
🐛 Check already cloned fields in create_cloned_field to support recursive models (#1164) 5 years ago
Sebastián Ramírez 56e43ba204 🔖 Release version 0.53.0 5 years ago
adg-mh 1f53fef70a
✏️ Update doc string with correct class name (#1126) 5 years ago
juhovh-aiven aea04ee32e
🐛 Fix exclude_unset and aliases in response model validation (#1074) 5 years ago
Sebastián Ramírez 025b38df40 🔖 Release version 0.52.0 5 years ago
Sebastián Ramírez 94ee932351
Add ORJSONResponse (#1065) 5 years ago
Sebastián Ramírez cf760d6802 🔖 Release version 0.51.0 5 years ago
Sebastián Ramírez 0ac9b3ee5c
Re-export utils from Starlette (#1064) 5 years ago
Sebastián Ramírez f2bd2c44e2 🔖 Release version 0.50.0 5 years ago
Sebastián Ramírez 4e8080f290
📌 Upgrade Starlette version (#1057) 5 years ago
Sebastián Ramírez d4ddf4e62a 🔖 Release 0.49.2 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 9958d93120 🔖 Release 0.49.1 5 years ago
merowinger92 74c4d1c1db
🐛 Fix declaring a single parameter per name (#994) 5 years ago
Sebastián Ramírez 9c3c9b6e78 🔖 Release version 0.49.0 5 years ago
Patrick McKenna 3c1803897f
🐛 Fix path encoding (#978) 5 years ago
Sebastián Ramírez e0c3519b94
Allow callables (as functools.partial) in path operations (#977) 5 years ago
Sebastián Ramírez d91b2b3ee8 🔖 Release version 0.48.0 5 years ago
Sebastián Ramírez 2e0a102565
🔇 Log email-validator not installed only when used (#946) 5 years ago
David Montague c425509d57
🐛 Fix body parsing (#918) 5 years ago
李冬冬 a448bd63bd
🐛 Allow Any type for enums in OpenAPI (#906) 5 years ago
Andy Smith 70bdade23b
🐛 Fix Pydantic field clone logic with validators (#899) 5 years ago
Sebastián Ramírez b307d38897
♻️ Update default API title from "Fast API" to "FastAPI" for consistency (#890) 5 years ago
Sebastián Ramírez a085898309 🔖 Release version 0.47.1 5 years ago
Sebastián Ramírez 75a07f24bf
🔒 Fix clone field implementation to handle sub-models in response_model (#889) 5 years ago
Sebastián Ramírez 7cea84b74c
🐛 Fix FastAPI serialization of Pydantic ORM mode blocking the event loop (#888) 5 years ago
Sebastián Ramírez 3a5158a784 🔖 Release version 0.47.0 5 years ago
Nik 874d24181e 🐛 Fix validating form params declared with classes (list, tuple, set, etc) (#856) 5 years ago