fastapi/fastapi-slim
Sebastián Ramírez ffb8965260
♻️ Update build setup for `fastapi-slim`, deprecate it, and make it only depend on `fastapi` (#14894)
2026-02-11 12:33:49 +00:00
..
README.md ♻️ Update build setup for `fastapi-slim`, deprecate it, and make it only depend on `fastapi` (#14894) 2026-02-11 12:33:49 +00:00

README.md

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:

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.