From e1ee5fcbc390899840c4348a983a08e91c1ce248 Mon Sep 17 00:00:00 2001 From: Francesco Bartoli Date: Thu, 28 Sep 2023 21:22:28 +0200 Subject: [PATCH] Fix pydantic version on requirements-django.txt (#1355) --- requirements-django.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-django.txt b/requirements-django.txt index c67c596..ef3e3ec 100644 --- a/requirements-django.txt +++ b/requirements-django.txt @@ -1,2 +1,2 @@ Django -pydantic<2.0 +pydantic