Sebastián Ramírez
9b04593260
✨ Add support for BackgroundTasks parameters ( #103 )
* ✨ Add support for BackgroundTasks parameters
* 🐛 Fix type declaration in dependencies
* 🐛 Fix coverage of util in tests
6 years ago
Sebastián Ramírez
0b9fe62a10
Add support for UploadFile class annotations ( #63 )
* ✨ Add support for UploadFile annotations
* 📝 Update File upload docs with FileUpload class
* ✅ Add tests for UploadFile support
* 📝 Update UploadFile docs
6 years ago
Sebastián Ramírez
577c5a84db
🐛 Fix constrained bytes, from defaults in Pydantic
#2
6 years ago
Sebastián Ramírez
60599bad99
🐛 Fix Python 3.7 specific list query handling
6 years ago
Sebastián Ramírez
ca0652aebf
🐛 Fix type checks for Python 3.7
6 years ago
Sebastián Ramírez
be957e7c99
✨ Allow lists of query or header params
and add tests for them
6 years ago
Sebastián Ramírez
0393a093d3
✨ Improve security utilities and add tests
6 years ago
Sebastián Ramírez
804ec460fc
⬆️ Add tests, fix issues and update Pydantic
6 years ago
Sebastián Ramírez
a73709507c
✅ Add docs, tests and fixes for extra data types
including refactor of jsonable_encoder to allow other object and model types
6 years ago
Sebastián Ramírez
7da9625505
💚 Revert to flit install and re-format
As it has shown to be more reliable, and closer to final user environments
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
dcb076b752
🐛 Fix optional bodies raising an error
when not provided in the request
6 years ago
Sebastián Ramírez
ddf20e8977
📝 Add request body tutorial
6 years ago
Sebastián Ramírez
4eb2950626
🐛 Fix error location for required parameters
6 years ago
Sebastián Ramírez
d9fbead646
🎨 Remove un-used imports, add auto-flake
6 years ago
Sebastián Ramírez
6f68666e0e
🐛 Fix int query parameters with default
being treated as body
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
fix mypy types, refactor, lint
6 years ago
Sebastián Ramírez
b9d912c638
♻️ Refactor, fix and update code
6 years ago