📝 Update release notes

This commit is contained in:
github-actions 2024-04-30 06:38:41 +00:00
parent ea1f2190d3
commit a94ef3351e
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ hide:
## Latest Changes
### Refactors
* 🔧 Add configs and setup for `fastapi-slim` including optional extras `fastapi-slim[standard]`, and `fastapi` including by default the same `standard` extras. PR [#11503](https://github.com/tiangolo/fastapi/pull/11503) by [@tiangolo](https://github.com/tiangolo).
### Docs
* 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR [#11496](https://github.com/tiangolo/fastapi/pull/11496) by [@tiangolo](https://github.com/tiangolo).