From 8357fc71a73637e801310e1f83166f092c7bcdb2 Mon Sep 17 00:00:00 2001 From: janbjorge Date: Tue, 6 Feb 2024 09:06:34 +0100 Subject: [PATCH] FIX: Unpin pydantic lt. 2.6 (#452) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ef04fd7a..8587ade4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "numpy", "pandas", "pyarrow", - "pydantic>=2.5.0,<=2.6.0", + "pydantic>=2.5.0", "PyYAML", "xtgeo>=2.16", ]