Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 358 Bytes

File metadata and controls

15 lines (11 loc) · 358 Bytes

dapr.ext.fastapi

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, DaprActor

See the root README for migration steps from the legacy dapr-ext-fastapi distribution.