From 759a59885d5675322acb0e719977299fac383f0a Mon Sep 17 00:00:00 2001
From: Simonas <20096648+simjak@users.noreply.github.com>
Date: Wed, 15 Nov 2023 13:23:23 +0200
Subject: [PATCH] downgraded pydantic version

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 010630df..2933e02b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,8 +10,8 @@ authors = [
 readme = "README.md"
 
 [tool.poetry.dependencies]
-python = "^3.11"
-pydantic = "^2.4.2"
+python = "^3.10"
+pydantic = "^1.8.2"
 openai = "^0.28.1"
 cohere = "^4.32"
 
-- 
GitLab