From 663788448ab888becb27779b4ab899d980c964d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 23:44:29 +0000 Subject: [PATCH] chore(deps): update streaming-form-data requirement in /backend Updates the requirements on [streaming-form-data](https://github.com/siddhantgoel/streaming-form-data) to permit the latest version. - [Changelog](https://github.com/siddhantgoel/streaming-form-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/siddhantgoel/streaming-form-data/compare/v1.16.0...v2.0.0) --- updated-dependencies: - dependency-name: streaming-form-data dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 04fc201..37d1d5d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -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