chore: requires python3.11

This commit is contained in:
Timothy
2026-01-23 11:12:03 -08:00
parent 8504ad7c8c
commit f494c80051
6 changed files with 33 additions and 24 deletions
+4 -1
View File
@@ -7,10 +7,13 @@ requires-python = ">=3.11"
dependencies = [
"pydantic>=2.0",
"anthropic>=0.40.0",
"httpx>=0.27.0",
"litellm>=1.81.0",
"mcp>=1.0.0",
"fastmcp>=2.0.0",
"pytest>=8.0",
"pytest-asyncio>=0.23",
"pytest-xdist>=3.0",
"litellm>=1.81.0",
]
[project.optional-dependencies]