From 2ee8a3e763173814687329a296df59205cb2eb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:36:29 +0000 Subject: [PATCH] chore(deps): update marshmallow requirement from <4 to <5 in /backend Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/0.1.0...4.3.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.3.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 07bde20..8b6108c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ httpx==0.28.1 # Environment and config python-dotenv==1.0.1 # pymilvus->environs currently requires marshmallow v3 APIs -marshmallow<4 +marshmallow<5 # Streaming sse-starlette==2.2.1