Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/composition-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uvicorn[standard]>=0.51.0
asyncpg>=0.31.0
pydantic>=2.13.4
pydantic-settings>=2.14.2
python-json-logger>=2.0
python-json-logger>=4.1.0
httpx>=0.27
PyJWT>=2.13.0
prometheus-client>=0.25.0
Expand Down
2 changes: 1 addition & 1 deletion services/knowledge-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uvicorn[standard]>=0.29
asyncpg>=0.31.0
pydantic>=2.6
pydantic-settings>=2.2
python-json-logger>=2.0
python-json-logger>=4.1.0
httpx>=0.27
PyJWT>=2.8
# KM5 — RS256 admin-JWT verification (app/auth/admin_jwt.py) needs the
Expand Down
2 changes: 1 addition & 1 deletion services/lore-enrichment-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redis>=5.0
PyJWT>=2.13.0
python-dotenv>=1.2.2
# C18 observability — structured JSON logs + Prometheus /metrics.
python-json-logger>=2.0
python-json-logger>=4.1.0
prometheus-client>=0.25.0
# Compose slice 3 (mode F — attach files): multipart uploads + MinIO + text
# extraction. OCR libs (pytesseract/pdf2image/Pillow) are import-guarded in
Expand Down
2 changes: 1 addition & 1 deletion services/worker-ai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ asyncpg>=0.31.0
httpx>=0.27
pydantic>=2.13.4
pydantic-settings>=2.14.2
python-json-logger>=2.0
python-json-logger>=4.1.0
# P3 D-P3-WORKER-AI-CONSUMER-WIRING — Redis Stream consumer for the
# extraction.summarize job feed. Async client only (sync API unused).
redis>=5.0
Expand Down
Loading