Change8

Migrating to FastAPI 0.129.2

Version 0.129.2 introduces 1 breaking change. This guide details how to update your code.

Released: 2/21/2026

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Support for the `fastapi-slim` package has been dropped. Users relying on this specific package should switch to installing either `"fastapi[standard]"` or just `fastapi`.

Migration Steps

  1. 1
    If you were using `fastapi-slim`, change your installation command to use `fastapi[standard]` or `fastapi`.

Release Summary

This release drops support for the `fastapi-slim` package and updates internal tooling, including an upgrade to pytest.

Need More Details?

View the full release notes and all changes for FastAPI 0.129.2.

View Full Changelog