From 84d660f24d6fd7126932b5dffb6ace785fb7f43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:49:08 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.9.2 to ~=2.10.3 in /code/backend Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/requirements.txt b/code/backend/requirements.txt index 0b57606..a2c760b 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -8,5 +8,5 @@ botbuilder-dialogs~=4.16.2 openai~=1.54.4 opentelemetry-instrumentation-aiohttp-client~=0.49b2 opentelemetry-instrumentation-aiohttp-server~=0.49b2 -pydantic~=2.9.2 +pydantic~=2.10.3 pydantic-settings~=2.6.1