From 6cb9d6edb5a486860c320183b3a9edb094d04a74 Mon Sep 17 00:00:00 2001 From: Sindre Langeveld Date: Mon, 25 Nov 2024 11:21:27 +0100 Subject: [PATCH] BLD: Pin pydantic to < 2.10 as ERT have done --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27d9ad2ca..e2a0a08b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ dependencies = [ "fmu-config>=1.1.0", "numpy", "pandas", - "pyarrow", - "pydantic", + "pyarrow", + "pydantic < 2.10", "PyYAML", "xtgeo>=2.16", ]