Skip to content
Merged
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ proxy = [
# Forensic blackbox S3 backend via boto3 — works with any
# S3-compatible store (AWS S3, MinIO, R2, B2, SeaweedFS, Garage).
"boto3>=1.34,<2",
"clickhouse-connect>=0.7,<1",
"clickhouse-connect>=0.7,<2",
"typer>=0.9,<1",
# Required by the LoopBreaker (core proxy guardrail — not an NLP add-on).
"numpy>=1.24,<2",
Expand Down
Loading