We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1f86d commit 486789bCopy full SHA for 486789b
pyproject.toml
@@ -14,12 +14,15 @@ dependencies = [
14
"langgraph>=0.3.31",
15
"logfire>=3.14.0",
16
"loguru>=0.7.3",
17
- "mcp==1.6.0",
+ "mcp==1.9.0",
18
"openai-agents>=0.0.12",
19
- "pydantic-ai-slim[mcp]>=0.1.3",
20
- "pydantic-evals[logfire]>=0.1.3",
+ "pandas>=2.3.0",
+ "plotly>=6.1.2",
21
+ "pydantic-ai-slim[mcp]>=0.2.15",
22
+ "pydantic-evals[logfire]>=0.2.15",
23
"python-dotenv>=1.1.0",
24
"ruff>=0.11.10",
25
+ "streamlit>=1.45.1",
26
]
27
28
[tool.hatch.build.targets.wheel]
0 commit comments