From e544d3cc750af85733f6ad9f9615cf6e84d6ff86 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 3 Aug 2023 10:09:51 +0200
Subject: [PATCH] [pyproject] Upper pin pydantic until issue #31 is fixed

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index ded50f8f..56544f73 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,6 +41,7 @@ dependencies = [
   "torch>=1.8",
   "torchvision>=0.10",
   "lightning>=2.0.3",
+  "pydantic <2.0,>=1.7.4",  # temporary, until issue #31 is fixed
   "tensorboard",
 ]
 
-- 
GitLab