
[all]
openai>=1.0
anthropic>=0.34
PyYAML>=6
fastapi>=0.110
uvicorn[standard]>=0.30
pydantic>=2.6
google-auth>=2.28

[anthropic]
anthropic>=0.34

[docs]
mkdocs>=1.5
mkdocs-material>=9.5

[gcp]
typedmem[server]
google-auth>=2.28

[openai]
openai>=1.0

[server]
fastapi>=0.110
uvicorn[standard]>=0.30
pydantic>=2.6

[test]
pytest>=7
httpx>=0.27

[yaml]
PyYAML>=6
