fleetmind-dispatch-ai / requirements.txt
mashrur950's picture
Update Gradio version and refactor chat message handling to use session IDs
cff141c
raw
history blame
407 Bytes
# Core Framework
gradio==4.44.0
pydantic>=2.11.0,<2.12.0 # Pin pydantic to compatible version
fastmcp>=0.3.0
# AI/ML
anthropic>=0.40.0
google-generativeai>=0.3.0
# Data & Database
pandas>=2.2.0
faker>=23.0.0
psycopg2-binary>=2.9.9
# API Clients
requests>=2.31.0
httpx>=0.27.1
# Utilities
python-dotenv>=1.0.0
pydantic>=2.5.3
# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
# Type Checking
mypy>=1.8.0