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
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
..
dependencies
✨ Add support for WebSockets with dependencies, params, etc #166 (#178)
6 years ago
openapi
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs (#198)
6 years ago
security
✨ Use 401 with WWW-Authenticate for OAuth2 and add scope_str (#188)
6 years ago
__init__.py
🔖 Release 0.24.0
6 years ago
applications.py
✨ Add include, exclude, and by_alias to path operation methods (#264)
6 years ago
datastructures.py
Add support for UploadFile class annotations (#63)
6 years ago
encoders.py
✨ Add include, exclude, and by_alias to path operation methods (#264)
6 years ago
exceptions.py
✨ Add HTTPException with custom headers (#35)
6 years ago
param_functions.py
✨ Add param functions, to override types, to make mypy happy (#226)
6 years ago
params.py
🐛 Fix Form and File params must always be embeded
7 years ago
py.typed
✨ add py.typed to ship typing information (#209)
6 years ago
routing.py
✨ Add include, exclude, and by_alias to path operation methods (#264)
6 years ago
utils.py
♻️ Update Pydantic usage, types, values, minor structure changes (#164)
6 years ago