From 3a23df3a1a3a9e9ea2b06ba69451ee9360e4b92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:47:31 +0000 Subject: [PATCH] Update pydantic requirement from <2.0 to <3.0 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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/v0.0.2...v2.10.5) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c68dd252..5e0911481 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ matplotlib<3.10.0 scipy protobuf mct-quantizers==1.5.2 -pydantic<2.0 \ No newline at end of file +pydantic<3.0 \ No newline at end of file