From 0b6fd1adf1d175169eb021c1cc90f73d1a1a6466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 00:00:32 +0000 Subject: [PATCH] Bump marshmallow from 3.23.2 to 3.26.1 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.2 to 3.26.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.2...3.26.1) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08ce7a5..1ea295f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-dotenv", "azure-ai-generative[evaluate]==1.0.0b11", "azure-ai-evaluation==1.2.0", - "marshmallow==3.23.2", # Older version required due to promptflow issue with _T import + "marshmallow==3.26.1", # Older version required due to promptflow issue with _T import "azure-search-documents", "typer", "openai>=1.56.1", # Includes fix for httpx proxies issues