numpy>=1.20.0
pydantic>=2.0.0
anyio>=4.0.0
starlette>=0.30.0

[all]
pyyaml>=6.0.0
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
python-multipart>=0.0.6
litellm>=1.0.0
httpx>=0.28.0
pygments>=2.16.0
openai>=1.6.0

[api]
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
python-multipart>=0.0.6

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0
httpx>=0.28.0

[governed]
litellm>=1.0.0
httpx>=0.28.0
pygments>=2.16.0
openai>=1.6.0

[litellm]
litellm>=1.0.0

[yaml]
pyyaml>=6.0.0
