-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (41 loc) · 766 Bytes
/
Copy pathrequirements.txt
File metadata and controls
50 lines (41 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Core framework
fastapi==0.136.1
starlette==1.3.1
uvicorn==0.46.0
# uvicorn[standard] extras
httptools==0.7.1
watchfiles==1.1.1
websockets==16.0
# HTTP client
httpx==0.28.1
httpcore==1.0.9
# Data validation
pydantic==2.13.4
pydantic_core==2.46.4
annotated-types==0.7.0
# LLM judge (Groq)
groq==1.2.0
# Production database/cache (Postgres + shared rate limits)
psycopg2-binary
redis==7.1.0
# OIDC admin JWT verification
PyJWT[crypto]==2.13.0
# Environment / config
python-dotenv==1.2.2
# Tests
pytest==9.0.3
jsonschema==4.26.0
mcp==1.28.1
# Transitive deps
annotated-doc==0.0.4
anyio==4.13.0
certifi==2026.4.22
click==8.3.3
colorama==0.4.6
distro==1.9.0
h11==0.16.0
idna==3.15
PyYAML==6.0.3
sniffio==1.3.1
typing-inspection==0.4.2
typing_extensions==4.15.0