]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 14 Jul 2024 17:53:37 +0000 (12:53 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 14 Jul 2024 17:53:37 +0000 (12:53 -0500)
docs/en/docs/release-notes.md

index 6a08a1e5d70db25a2fd95138f78d29c6de69ee7e..f9dc1d71d8d3d81c4b06203c653d142efb04d1c3 100644 (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