From 03da2020a573122df609cc20da1e3fa2f7520777 Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Fri, 23 Aug 2024 18:53:27 +1000 Subject: [PATCH] Enforce pydantic <3 --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 2655268f..eb1f9c31 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pyopencl", # This is the first pydantic version that supports the "compatibility mode" # https://docs.pydantic.dev/latest/migration/#using-pydantic-v1-features-in-a-v1v2-environment - "pydantic>=1.10.17", + "pydantic>=1.10.17,<3", "pyyaml", "read-roi", "rich",