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 )
* 🏗️ Implement unique IDs for dynamic models
like those used for composite bodies and responses. IDs based on path (not only on function name, as it can be duplicated in a different module).
* ✅ Add tests for same function name and composite body
* ✅ Update OpenAPI in tests with new dynamic model ID generation
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 )
* ✨ Implement support for Pydantic's ORM mode
* 🏗️ Re-structure/augment SQL tutorial source using ORM mode
* 📝 Update SQL docs with SQLAlchemy, ORM mode, relationships
* 🔥 Remove unused util in tutorial
* 📝 Add tutorials for simple dict bodies and responses
* 🔥 Remove old SQL tutorial
* ✅ Add/update tests for SQL tutorial
* ✅ Add tests for simple dicts (body and response)
* 🐛 Fix cloning field from original field
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 )
* ✨ Add support for declaring a Response parameter to set headers and cookies
* ✅ Add source for docs and tests
* 📝 Add docs for setting headers, cookies and status code
* 📝 Add attribution to Hug for inspiring response parameters
6 years ago
Sebastián Ramírez
bff5dbbf5d
✨ Implement dependency value cache per request ( #292 )
* ✨ Add dependency cache, with support for disabling it
* ✅ Add tests for dependency cache
* 📝 Add docs about dependency value caching
6 years ago
Sebastián Ramírez
09cd7c47a1
✨ Implement dependency overrides for testing ( #291 )
* ✨ Implement dependency overrides for testing
* ✅ Add docs source tests and extra tests for dependency overrides
* 📝 Add docs for testing dependencies with overrides
6 years ago
Sebastián Ramírez
62af6e0eeb
✨ Separate Pydantic's ValidationError handler and improve docs for error handling ( #273 )
* ✨ Implement separated ValidationError handlers and custom exceptions
* ✅ Add tutorial source examples and tests
* 📝 Add docs for custom exception handlers
* 📝 Update docs section titles
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 )
* ✨ Make jsonable_encoder's include and exclude receive sequences
* ✨ Add include, exclude, and by_alias to app and router
* ✨ Add and update tutorial code with new parameters
* 📝 Update docs for new parameters and add docs for updating data
* ✅ Add tests for consistency in path operation methods
* ✅ Add tests for new parameters and update tests
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
Sebastián Ramírez
e92b43b5c8
✨ Add parameter dependencies to path operation decorators and include_router ( #235 )
* ✨ Implement dependencies in decorator and .include_router
* 📝 Add docs for parameter dependencies
* ✅ Add tests for dependencies parameter
* 🔥 Remove debugging prints in tests
* 📝 Update release notes
6 years ago
Ricardo Momm
b0b88f9d5b
🔊 Raise from previous exception ( #195 )
6 years ago
Derek J. Lambert
4a1648b04e
✏️ Minor spelling fix in routing ( #221 )
6 years ago
Sebastián Ramírez
192ebba2a2
♻️ Rename parameter content_type to response_class ( #183 )
6 years ago
Sebastián Ramírez
546d233dec
♻️ Update Pydantic usage, types, values, minor structure changes ( #164 )
6 years ago
Sebastián Ramírez
61dd36a945
✨ Upgrade docstring Markdown parsing ( #163 )
* ✨ Upgrade docstring Markdown parsing
* 📝 Update release notes
6 years ago
Sebastián Ramírez
aad6b123f7
✨ Add support for multi-file uploads ( #158 )
6 years ago
Sebastián Ramírez
c8df3ae57c
🐛 Fix handling additional responses in include_router ( #140 )
6 years ago
Sebastián Ramírez
2bd775988f
✨ Add/refactor addditional responses, tests, docs
6 years ago
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
Mohammed
eda9b28338
files formatting
6 years ago
Mohammed
7514ac6fb0
100% test coverage
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
c6d28c8209
Accept Multiple Additional Responses
6 years ago
Mohammed
aa0bca7bb2
Additional Responses implementation
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