From 1990ecb446d4db044e8f2be26758aa42b2c62fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 30 May 2026 19:17:33 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A5=20Remove=20slim=20package=20st?= =?UTF-8?q?ub,=20deprecated=20for=20a=20while=20(#15649)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi-slim/README.md | 54 ------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 fastapi-slim/README.md diff --git a/fastapi-slim/README.md b/fastapi-slim/README.md deleted file mode 100644 index e378a9c8c2..0000000000 --- a/fastapi-slim/README.md +++ /dev/null @@ -1,54 +0,0 @@ -

- FastAPI -

-

- FastAPI framework, high performance, easy to learn, fast to code, ready for production -

-

- - Test - - - Coverage - - - Package version - - - Supported Python versions - -

- ---- - -**Documentation**: https://fastapi.tiangolo.com - -**Source Code**: https://github.com/fastapi/fastapi - ---- - -FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. - -## `fastapi-slim` - -⚠️ Do not install this package. ⚠️ - -This package, `fastapi-slim`, does nothing other than depend on `fastapi`. - -All the functionality has been integrated into `fastapi`. - -The only reason this package exists is as a migration path for old projects that used to depend on `fastapi-slim`, so that they can get the latest version of `fastapi`. - -You **should not** install this package. - -Install instead: - -```bash -pip install fastapi -``` - -This package is deprecated and will stop receiving any updates and published versions. - -## License - -This project is licensed under the terms of the MIT license. From ee22a4b8ca46dcce26c8c183afc4992a888d8be2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 May 2026 17:18:39 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- docs/en/docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 0cc399af90..88302fa065 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -15,6 +15,7 @@ hide: ### Internal +* 🔥 Remove slim package stub, deprecated for a while. PR [#15649](https://github.com/fastapi/fastapi/pull/15649) by [@tiangolo](https://github.com/tiangolo). * ⬆ Bump authlib from 1.6.11 to 1.7.2. PR [#15512](https://github.com/fastapi/fastapi/pull/15512) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump pymdown-extensions from 10.21.2 to 10.21.3. PR [#15569](https://github.com/fastapi/fastapi/pull/15569) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump CodSpeedHQ/action from 4.14.0 to 4.15.1. PR [#15513](https://github.com/fastapi/fastapi/pull/15513) by [@dependabot[bot]](https://github.com/apps/dependabot).