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 backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ email-validator==2.3.0
reportlab==4.5.0
# Streaming multipart parser — used by upload_artifact for true mid-wire size-limit abort.
# Pinned to <2.0 to avoid breaking API changes; Dependabot will bump the minor.
streaming-form-data>=1.16,<2.0
streaming-form-data>=2.0.0,<3.0

# Optional dependencies for LLM embeddings
# Uncomment the lines below if using LLM-based similarity
Expand Down
Loading