From 5cc1fa8630b9666d4dc3fd863bd36ccc7c07be7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:21:45 +0000 Subject: [PATCH] Bump azure-ai-evaluation from 1.8.0 to 1.11.1 Bumps [azure-ai-evaluation](https://github.com/Azure/azure-sdk-for-python) from 1.8.0 to 1.11.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-ai-evaluation_1.8.0...azure-ai-evaluation_1.11.1) --- updated-dependencies: - dependency-name: azure-ai-evaluation dependency-version: 1.11.1 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 efbb5db..a4b99f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ description = "Evaluate chat applications using Azure OpenAI evaluators" dependencies = [ "requests", "python-dotenv", - "azure-ai-evaluation==1.8.0", + "azure-ai-evaluation==1.11.1", "marshmallow==3.23.2", # Older version required due to promptflow issue with _T import "azure-search-documents", "typer",