File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ test = [
127127 " llama-index-readers-file>=0.4.0" , # For retrieval tests
128128 " openai>=1.100.2" , # For LiteLLM
129129 " opentelemetry-instrumentation-google-genai>=0.3b0, <1.0.0" ,
130+ " pypika>=0.50.0" , # For crewai->chromadb dependency
130131 " pytest-asyncio>=0.25.0" ,
131132 " pytest-mock>=3.14.0" ,
132133 " pytest-xdist>=3.6.1" ,
@@ -158,6 +159,7 @@ extensions = [
158159 " llama-index-readers-file>=0.4.0" , # For retrieval using LlamaIndex.
159160 " llama-index-embeddings-google-genai>=0.3.0" , # For files retrieval using LlamaIndex.
160161 " lxml>=5.3.0" , # For load_web_page tool.
162+ " pypika>=0.50.0" , # For crewai->chromadb dependency
161163 " toolbox-adk>=0.5.7, <0.6.0" , # For tools.toolbox_toolset.ToolboxToolset
162164]
163165
You can’t perform that action at this time.
0 commit comments