From 95edf7f8bbdbaa4422372d4bef079775c88e7c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:08:33 +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 7906f55..e834d35 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -4,7 +4,7 @@ azure-identity~=1.19.0 httpx~=0.27.2 moviepy~=1.0.3 pydantic-settings~=2.6.0 -pydantic~=2.9.2 +pydantic~=2.10.3 langchain~=0.3.4 langchain-openai~=0.2.3 aiohttp