Skip to content

Commit 9cccab4

Browse files
google-genai-botcopybara-github
authored andcommitted
fix: installing dependencies for py 3.10
PiperOrigin-RevId: 843378433
1 parent e1a7593 commit 9cccab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = [
146146
extensions = [
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

0 commit comments

Comments
 (0)