📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2024-07-14 12:53:37 -05:00
parent 0f22c76d7d
commit 38db0a5858
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ hide:
### Upgrades
* Remove orjson and ujson from default dependencies. PR [#11842](https://github.com/tiangolo/fastapi/pull/11842) by [@tiangolo](https://github.com/tiangolo).
* Remove `orjson` and `ujson` from default dependencies. PR [#11842](https://github.com/tiangolo/fastapi/pull/11842) by [@tiangolo](https://github.com/tiangolo).
* These dependencies are still installed when you install with `pip install "fastapi[all]"`. But they not included in `pip install fastapi`.
* 📝 Restored Swagger-UI links to use the latest version possible. PR [#11459](https://github.com/tiangolo/fastapi/pull/11459) by [@UltimateLobster](https://github.com/UltimateLobster).
### Docs