fastapi==0.115.0
uvicorn[standard]==0.30.6
openai==1.51.0
anthropic==0.34.2
httpx==0.27.2

# Pinned transitive dependencies to address Snyk-reported vulnerabilities:
#   anyio  - Race Condition (CWE-362, CVE fixed in 4.4.0)
#   idna   - ReDoS (CWE-1333, fixed in 3.15)
#   zipp   - Infinite loop (CWE-835, fixed in 3.19.1)
anyio==4.4.0
idna==3.15
zipp==3.19.1
