Change8

0.129.2

Breaking Changes
📦 fastapiView on GitHub →
1 breaking🐛 1 fixes

Summary

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

⚠️ Breaking Changes

  • 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. If you were using `fastapi-slim`, change your installation command to use `fastapi[standard]` or `fastapi`.

🐛 Bug Fixes

  • CI process was fixed to no longer attempt publishing `fastapi-slim`.