From c3af037e701c9b64c63087cb6af5905a2091b18d Mon Sep 17 00:00:00 2001 From: Sindre Langeveld Date: Thu, 19 Dec 2024 11:34:36 +0100 Subject: [PATCH] BLD: Unpin pydantic as ERT has fixed their issues --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb39a439b..5927017e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ dependencies = [ "fmu-config>=1.1.0", "numpy", "pandas", - "pyarrow", - "pydantic < 2.10", + "pyarrow", + "pydantic", "PyYAML", "xtgeo>=2.16", ]