Skip to content

Commit 4861754

Browse files
committed
proto fix
Signed-off-by: yaron2 <schneider.yaron@live.com>
1 parent 947ae18 commit 4861754

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ext/dapr-ext-crewai/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ install_requires =
2727
dapr-ext-workflow >= 1.16.0
2828
crewai >= 0.80.0
2929
litellm >= 1.0.0
30+
protobuf >= 6.31.1
3031

3132
[options.packages.find]
3233
include =

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ commands_pre =
113113
pip3 install -e {toxinidir}/ext/dapr-ext-langgraph/
114114
pip3 install -e {toxinidir}/ext/dapr-ext-strands/
115115
pip3 install -e {toxinidir}/ext/dapr-ext-crewai/
116+
116117
[testenv:doc]
117118
basepython = python3
118119
usedevelop = False

0 commit comments

Comments
 (0)