From e87faab467a2c98242b6b0b27c38a999a9ac8741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:13:25 +0000 Subject: [PATCH] Build(deps): Update pydantic requirement from <2 to <3 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.3.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f15ba550..4f2b57ab 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -29,7 +29,7 @@ pandoc pip>=23.2.1 pre-commit pydata-sphinx-theme>=0.13.3 -pydantic<2 +pydantic<3 pytest qutip sax==0.8.8 diff --git a/setup.py b/setup.py index aaec6550..c38ff0fe 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "numpy", "openlane", "pandas", - "pydantic<2", # Project requirements to maintain compatibility. + "pydantic<3", # Project requirements to maintain compatibility. "qutip", "sax==0.8.8", # Pinned for pydantic