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] =?UTF-8?q?=F0=9F=94=A5=20Remove=20slim=20package=20stub,?= =?UTF-8?q?=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 e378a9c8c..000000000 --- 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.