We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947ae18 commit 4861754Copy full SHA for 4861754
2 files changed
ext/dapr-ext-crewai/setup.cfg
@@ -27,6 +27,7 @@ install_requires =
27
dapr-ext-workflow >= 1.16.0
28
crewai >= 0.80.0
29
litellm >= 1.0.0
30
+ protobuf >= 6.31.1
31
32
[options.packages.find]
33
include =
tox.ini
@@ -113,6 +113,7 @@ commands_pre =
113
pip3 install -e {toxinidir}/ext/dapr-ext-langgraph/
114
pip3 install -e {toxinidir}/ext/dapr-ext-strands/
115
pip3 install -e {toxinidir}/ext/dapr-ext-crewai/
116
+
117
[testenv:doc]
118
basepython = python3
119
usedevelop = False
0 commit comments