FastAPI integration for the Dapr Python SDK. Provides DaprApp for pub/sub
subscriptions and DaprActor for actor hosting.
pip install "dapr[fastapi]"from dapr.ext.fastapi import DaprApp, DaprActorSee the root README for migration steps from the legacy
dapr-ext-fastapi distribution.