Skip to content

Commit 275f2d0

Browse files
Merge pull request #342 from bg-playground/dependabot/pip/backend/streaming-form-data-gte-2.0.0-and-lt-3.0
chore(deps): update streaming-form-data requirement from <2.0,>=1.16 to >=2.0.0,<3.0 in /backend
2 parents 655a44c + 6637884 commit 275f2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ email-validator==2.3.0
1919
reportlab==4.5.0
2020
# Streaming multipart parser — used by upload_artifact for true mid-wire size-limit abort.
2121
# Pinned to <2.0 to avoid breaking API changes; Dependabot will bump the minor.
22-
streaming-form-data>=1.16,<2.0
22+
streaming-form-data>=2.0.0,<3.0
2323

2424
# Optional dependencies for LLM embeddings
2525
# Uncomment the lines below if using LLM-based similarity

0 commit comments

Comments
 (0)