From 8923731efca34a6018700cf6d778902812a41a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:00:31 +0000 Subject: [PATCH] Bump pydantic from 2.7.3 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.3 to 2.8.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.7.3...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7d1231a..0d5b2e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ numpy==1.26.4; python_version < '3.13' and python_version >= '3.9' onnxruntime==1.18.0 packaging==24.1; python_version >= '3.8' protobuf==5.27.1; python_version >= '3.8' -pydantic==2.7.3; python_version >= '3.8' +pydantic==2.8.2; python_version >= '3.8' pydantic-core==2.18.4; python_version >= '3.8' pyreadline3==3.4.1; python_version >= '3.8' and sys_platform == 'win32' python-dotenv==1.0.1; python_version >= '3.8'