From e602ba3d4486f5b19cc051ce2ad3794ac2df9983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:27:44 +0000 Subject: [PATCH] Bump pydantic from 1.10.11 to 2.2.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 2.2.1. - [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/v1.10.11...v2.2.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a13938c5..6a497eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "torch ~= 2.0.1", "torchvision ~= 0.15.2", "lightning[extra] ~= 2.0.5", # Full functionality including TensorboardX. - "pydantic == 1.10.11", # https://github.com/Lightning-AI/lightning/pull/18022/files + "pydantic == 2.2.1", # https://github.com/Lightning-AI/lightning/pull/18022/files "torchmetrics == 1.0.1", "numpy == 1.23.5", # https://github.com/pytorch/pytorch/issues/91516