]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 11 Jun 2023 22:09:33 +0000 (22:09 +0000)
committergithub-actions <github-actions@github.com>
Sun, 11 Jun 2023 22:09:33 +0000 (22:09 +0000)
docs/en/docs/release-notes.md

index 2ea4ef8e13f23f266ec90279d574f23eed08b336..c013993276016d3f6a9b17f03a432f9e75fec8c5 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 💚 Update CI cache to fix installs when dependencies change. PR [#9659](https://github.com/tiangolo/fastapi/pull/9659) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available. PR [#9657](https://github.com/tiangolo/fastapi/pull/9657) by [@tiangolo](https://github.com/tiangolo).
 * ⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras. PR [#9655](https://github.com/tiangolo/fastapi/pull/9655) by [@tiangolo](https://github.com/tiangolo).
 * ✨ Add support for `dependencies` in WebSocket routes. PR [#4534](https://github.com/tiangolo/fastapi/pull/4534) by [@paulo-raca](https://github.com/paulo-raca).