We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8312dc8 commit 7760b70Copy full SHA for 7760b70
1 file changed
pyproject.toml
@@ -123,6 +123,7 @@ test = [
123
"a2a-sdk>=0.3.0,<0.4.0",
124
"anthropic>=0.43.0", # For anthropic model tests
125
"crewai[tools];python_version>='3.11' and python_version<'3.12'", # For CrewaiTool tests; chromadb/pypika fail on 3.12+
126
+ "google-cloud-firestore>=2.11.0",
127
"kubernetes>=29.0.0", # For GkeCodeExecutor
128
"langchain-community>=0.3.17",
129
"langgraph>=0.2.60, <0.4.8", # For LangGraphAgent
0 commit comments