From bb7a6dbe3483652ca96e24462f11358b9bfcb157 Mon Sep 17 00:00:00 2001 From: Zohar Malamant Date: Thu, 21 Dec 2023 11:15:43 +0100 Subject: [PATCH] Remove Pydantic as dependency --- setup.py | 1 - test_requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c39ead192..a8920f8f3 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ "autoapi", "ipython", "rstcheck", - "pydantic<2", # remove this when ert unpins fastapi and pydantic "sphinx<7", "sphinx-argparse", "sphinx-autodoc-typehints", diff --git a/test_requirements.txt b/test_requirements.txt index 2b4785790..4977b567d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -black>=20.8b0 +black flake8 isort mypy