From befcf974acec036afca7ab984985cce022942af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:01:30 +0000 Subject: [PATCH] Bump azure-ai-evaluation from 1.0.1 to 1.1.0 Bumps [azure-ai-evaluation](https://github.com/Azure/azure-sdk-for-python) from 1.0.1 to 1.1.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.0.1...azure-ai-evaluation_1.1.0) --- updated-dependencies: - dependency-name: azure-ai-evaluation 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 9a359d5..be7aece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "requests", "python-dotenv", "azure-ai-generative[evaluate]==1.0.0b8", - "azure-ai-evaluation==1.0.1", + "azure-ai-evaluation==1.1.0", "azure-search-documents", "typer", "openai>=1.0.0",