You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sebastián Ramírez
9262fa8362
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. ( #4906 )
* ✨ Do not require default value in Query(), Path(), Header(), etc
* 📝 Update source examples for docs with default and required values
* ✅ Update tests with new default values and not required Ellipsis
* 📝 Update docs for Query params and update info about default value, required, Ellipsis
3 years ago
..
__init__.py
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
4 years ago
api_key.py
✨ Add `description` parameter to all the security scheme classes, e.g. `APIKeyQuery(name="key", description="A very cool API key")` (#1757)
4 years ago
base.py
✨ Update parameter names and order
6 years ago
http.py
✨ Add `description` parameter to all the security scheme classes, e.g. `APIKeyQuery(name="key", description="A very cool API key")` (#1757)
4 years ago
oauth2.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
open_id_connect_url.py
✨ Add `description` parameter to all the security scheme classes, e.g. `APIKeyQuery(name="key", description="A very cool API key")` (#1757)
4 years ago
utils.py
🎨 Add missing type definition
6 years ago