From b0808537beb9f9881a91854d8ec6c00c6ed148d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:50:02 +0000 Subject: [PATCH] Bump pydantic from 2.6.1 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.1 to 2.9.2. - [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.6.1...v2.9.2) --- updated-dependencies: - dependency-name: pydantic 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 66ca47e..9673fec 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ httpx==0.26.0 idna==3.7 openai==1.12.0 packaging==24.0 -pydantic==2.6.1 +pydantic==2.9.2 pydantic_core==2.16.2 python-dotenv==1.0.1 requests==2.31.0