File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ test = [
116116 # go/keep-sorted start
117117 " a2a-sdk>=0.3.0,<0.4.0" ,
118118 " anthropic>=0.43.0" , # For anthropic model tests
119- " crewai[tools];python_version>='3.10 ' and python_version<'3.12'" , # For CrewaiTool tests; chromadb/pypika fail on 3.12+
119+ " crewai[tools];python_version>='3.11 ' and python_version<'3.12'" , # For CrewaiTool tests; chromadb/pypika fail on 3.12+
120120 " kubernetes>=29.0.0" , # For GkeCodeExecutor
121121 " langchain-community>=0.3.17" ,
122122 " langgraph>=0.2.60, <0.4.8" , # For LangGraphAgent
@@ -146,7 +146,7 @@ docs = [
146146extensions = [
147147 " anthropic>=0.43.0" , # For anthropic model support
148148 " beautifulsoup4>=3.2.2" , # For load_web_page tool.
149- " crewai[tools];python_version>='3.10 ' and python_version<'3.12'" , # For CrewaiTool; chromadb/pypika fail on 3.12+
149+ " crewai[tools];python_version>='3.11 ' and python_version<'3.12'" , # For CrewaiTool; chromadb/pypika fail on 3.12+
150150 " docker>=7.0.0" , # For ContainerCodeExecutor
151151 " kubernetes>=29.0.0" , # For GkeCodeExecutor
152152 " langgraph>=0.2.60, <0.4.8" , # For LangGraphAgent
You can’t perform that action at this time.
0 commit comments