From 35572e9699ca57ba53428b02de71705af2f09414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:21:06 +0000 Subject: [PATCH] build(deps): update pydantic requirement from <2.0.0 to <3.0.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.4.2) --- 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 865c6b7..09fbbdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ lightning >=2.0.0 hivemind >=1.1.0, <=1.1.5; sys_platform == 'linux' -pydantic <2.0.0 # fixme: lift when resolved +pydantic <3.0.0 # fixme: lift when resolved