From 4e2d34e7846ce6daa4ce168eef8ff4dddb3b3632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Gonz=C3=A1lez=20Duque?= Date: Tue, 10 Dec 2024 04:27:26 -0800 Subject: [PATCH] Reduces the pydantic version to increase fastapi's --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7039f51..cd847f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,11 @@ bounce = [ "pytest>=7.3.1,<7.4.0", "bounce @ git+https://github.com/miguelgondu/bounce.git@main" ] -lambo2 = ["pytorch-cortex", "beignet"] +lambo2 = [ + "pytorch-cortex", + "beignet", + "pydantic<2.0.0", +] [project.urls] Homepage = "https://github.com/MachineLearningLifeScience/poli-baselines"