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
euri10
6d77e2ac5f
✨ Add websocket to APIRouter ( #100 )
* Add websocket to APIRouter
* Restore upstream/master Pipfile.lock (git checkout upstream/master -- Pipfile.lock)
* Added tests for router with a prefix
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 )
* ✨ Add support for UploadFile annotations
* 📝 Update File upload docs with FileUpload class
* ✅ Add tests for UploadFile support
* 📝 Update UploadFile docs
6 years ago
euri10
5c9c088a2a
Upgrade Starlette version ( #17 )
Upgrade Starlette version
6 years ago
Sebastián Ramírez
577c5a84db
🐛 Fix constrained bytes, from defaults in Pydantic
#2
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
75407b9295
🚨 Fix mypy type errors
6 years ago
Sebastián Ramírez
c25a71e352
🐛 Re-implement check for body as a workaround
while encode/starlette#287 is merged
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
dcb076b752
🐛 Fix optional bodies raising an error
when not provided in the request
6 years ago
Sebastián Ramírez
948a39af95
🎨 Re-order parameters
6 years ago
Sebastián Ramírez
64e904b12e
🐛 Fix indentation bug
6 years ago
Sebastián Ramírez
9458d699cb
🐛 Un-hide inner HTTPException errors
6 years ago
Sebastián Ramírez
9a6fcdd13c
🔊 Log body parsing errors
6 years ago
Sebastián Ramírez
da166b7967
🔒 Fix constraining return values to model
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
addfa89b0f
✨ Refactor, update code, several features
6 years ago
Sebastián Ramírez
b9d912c638
♻️ Refactor, fix and update code
6 years ago
Sebastián Ramírez
406c092a3b
🎉 Start tracking messy initial stage
...before refactoring and breaking something
6 years ago