dmontagu
d8fe307d61
✨ Add support for strings and __future__ type annotations ( #451 )
* Add support for strings and __future__ annotations
* Add comments indicating reason for string annotations
* Fix ignores (including removing some unused ignores)
6 years ago
Sebastián Ramírez
55c4b5fb0b
🐛 Fix "default" extra response with extra status codes ( #489 )
* 🐛 Fix lowercase "default" extra response
* 🐛 Fix model for responses, to allow "default" plus status codes
* ✅ Add test for "default" extra response
6 years ago
Sebastián Ramírez
dcc1e1bcf8
♻️ Refine internal type declarations and logic around them ( #338 )
6 years ago
euri10
f541d2c200
✨ Use a logger instead of the root logging ( #222 )
6 years ago
Sebastián Ramírez
2bd775988f
✨ Add/refactor addditional responses, tests, docs
6 years ago
Sebastián Ramírez
b7d184363f
🐛 Fix JSON Schema of additional properties ( #121 )
#87
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
aa0bca7bb2
Additional Responses implementation
6 years ago
Sebastián Ramírez
60599bad99
🐛 Fix Python 3.7 specific list query handling
6 years ago
Sebastián Ramírez
d5e782074f
🐛 Fix email_validator error, generated by autoflake
6 years ago
Sebastián Ramírez
00e2e544c7
♻️ Re-format tutorials, files names and tests
for tutorial files
6 years ago
Sebastián Ramírez
d9fbead646
🎨 Remove un-used imports, add auto-flake
6 years ago
Sebastián Ramírez
9a6fcdd13c
🔊 Log body parsing errors
6 years ago
Sebastián Ramírez
b763a44328
🐛 Fix import of email_validator from Pydantic
6 years ago
Sebastián Ramírez
0e19c24014
✨ Update parameter names and order
fix mypy types, refactor, lint
6 years ago
Sebastián Ramírez
b9d912c638
♻️ Refactor, fix and update code
6 years ago