From 5fac7fe657fd64364728e88f66ed18ebb8d40470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:06:15 +0000 Subject: [PATCH] Bump marshmallow from 3.23.2 to 4.2.0 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.2 to 4.2.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.2...4.2.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efbb5db..af446af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "requests", "python-dotenv", "azure-ai-evaluation==1.8.0", - "marshmallow==3.23.2", # Older version required due to promptflow issue with _T import + "marshmallow==4.2.0", # Older version required due to promptflow issue with _T import "azure-search-documents", "typer", "openai>=1.56.1", # Includes fix for httpx proxies issues