From db9165372a585271112867752646d9e9911a2fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:21:53 +0000 Subject: [PATCH] Bump pydantic-core from 2.27.2 to 2.34.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.27.2 to 2.34.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.34.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.34.1 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 504e043..bd267aa 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ idna==3.10 openai==1.58.1 packaging==24.1 pydantic==2.9.2 -pydantic_core==2.27.2 +pydantic_core==2.34.1 python-dotenv==1.0.1 requests==2.32.3 sniffio==1.3.1