Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.