dapr-ext-* packages depend entirely on the SDK (the dapr package), and some of them (ext.grpc and ext.workflow) don't even have any extra dependencies other than dapr itself.
Question:
- Should we move the
workflow and grpc extensions back into the main dapr core?
- Can we ship the rest of extensions as PEP 771-style extras (e.g.
pip install dapr[langchain])?
dapr-ext-*packages depend entirely on the SDK (thedaprpackage), and some of them (ext.grpcandext.workflow) don't even have any extra dependencies other thandapritself.Question:
workflowandgrpcextensions back into the maindaprcore?pip install dapr[langchain])?