From 2bf20cf6085755703620c91dbf8e65d0b326e9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:58:52 +0000 Subject: [PATCH] Bump azure-ai-evaluation from 1.8.0 to 1.10.0 Bumps [azure-ai-evaluation](https://github.com/Azure/azure-sdk-for-python) from 1.8.0 to 1.10.0. - [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.10.0) --- updated-dependencies: - dependency-name: azure-ai-evaluation dependency-version: 1.10.0 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..48755ab 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.10.0", "marshmallow==3.23.2", # Older version required due to promptflow issue with _T import "azure-search-documents", "typer",