Change8

0.121.3

📦 fastapi
1 features🐛 1 fixes🔧 2 symbols

Summary

This release improves internal tool compatibility by making dependency injection results hashable and updates the Starlette dependency constraint.

Migration Steps

  1. Update Starlette dependency to a version compatible with <0.51.0.

✨ New Features

  • Added documentation for using FastAPI Cloud.

🐛 Bug Fixes

  • Made the result of Depends() and Security() hashable to improve compatibility with external tools that interact with FastAPI internals.

🔧 Affected Symbols

DependsSecurity