From e648c2fa01a6cc88812729421f74283c8f4c0fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:32:09 +0000 Subject: [PATCH] Bump pydantic-core from 2.16.2 to 2.24.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.16.2 to 2.24.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.16.2...v2.24.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 59e5e11..2f8ab7b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ idna==3.7 openai==1.12.0 packaging==24.0 pydantic==2.9.2 -pydantic_core==2.16.2 +pydantic_core==2.24.0 python-dotenv==1.0.1 requests==2.32.2 sniffio==1.3.1