pydantic>=2.0.0
fastapi>=0.104.0
uvicorn[standard]>=0.35.0
openai>=1.0.0
typing-extensions>=4.5.0
websockets>=15.0.0
httpx>=0.25.0
httpx-sse>=0.4.0
google-generativeai>=0.3.0
google-auth>=2.20.0
python-dotenv>=1.0.0
psutil>=5.9.0
fastmcp>=0.1.0
opentelemetry-api>=1.22.0
opentelemetry-sdk>=1.22.0
opentelemetry-exporter-otlp>=1.22.0
langfuse<3.0.0
litellm>=1.76.3

[all]
jaf-py[attachments,dev,memory,server,tracing,visualization]

[attachments]
PyPDF2>=3.0.0
python-docx>=1.1.0
openpyxl>=3.1.0
pillow>=11.0.0
aiofiles>=23.0.0

[attachments:sys_platform != "win32"]
python-magic>=0.4.27

[attachments:sys_platform == "win32"]
python-magic-bin>=0.4.14

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
respx>=0.20.0
black>=23.0.0
isort>=5.12.0
mypy>=1.5.0
ruff>=0.1.0
hypothesis>=6.0.0

[memory]
redis>=5.0.0
psycopg2-binary>=2.9.0

[server]
uvicorn[standard]>=0.35.0

[tracing]
opentelemetry-api>=1.22.0
opentelemetry-sdk>=1.22.0
opentelemetry-exporter-otlp>=1.22.0
langfuse<3.0.0

[visualization]
graphviz>=0.20.0
