From 56ce601bdc0fa2d2f05a068d60d9ffcc823d7590 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 9 Mar 2024 20:14:18 +0100 Subject: [PATCH] Lock pendantic version <2.0. Resolve #3436 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4fa79cc237..a1147b8def 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,7 @@ dependencies = [ "uritemplate == 4.1.1", "Jinja2 < 3.1", "tzdata >= 2022.6", + "pydantic < 2.0", # for unit tests and code formatting "mock >= 4.0.3", "model_mommy >= 2.0",