From f8d54e4a381c9d0cb99f3aa4bb0921cefba6b941 Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Tue, 6 Feb 2024 23:37:42 -0500 Subject: [PATCH] fix: support pydantic2 by using safety_schemas 0.0.2 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c831f0bd..97a72546 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,8 +49,8 @@ install_requires = Authlib>=1.2.0 rich typer - pydantic>=1.10.12,<2.0 - safety_schemas>=0.0.1 + pydantic>=1.10.12 + safety_schemas>=0.0.2 typing-extensions>=4.7.1 [options.entry_points]