From e629a6cd7c7cc598461b9cb46eaf81fb76ae4809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:47:47 +0000 Subject: [PATCH] Bump pydantic from 2.7.2 to 2.7.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.7.4. - [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.7.2...v2.7.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 509cef20..5c28f32a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ agents = [ "pandas>=2.1", "fastcore==1.5.35", "asyncer==0.0.7", - "pydantic==2.7.2", + "pydantic==2.7.4", "markdownify==0.12.1", "tenacity==8.3.0", "prometheus-client==0.20.0",