From 1d7b11116114e4e7f8cda792016d976e5f77b65f Mon Sep 17 00:00:00 2001 From: Duc Trung LE Date: Tue, 7 Nov 2023 17:41:21 +0100 Subject: [PATCH] Support pydantic 2 --- environment.yml | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/environment.yml b/environment.yml index 9154665..21ddff0 100644 --- a/environment.yml +++ b/environment.yml @@ -5,4 +5,3 @@ dependencies: - quetz - nodejs=16 - yarn=1.22 - - pydantic<2 diff --git a/setup.cfg b/setup.cfg index 03a2682..710b8b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,6 @@ python_requires = >=3.7 install_requires = typer>=0.4.1 quetz-server~=0.4 - pydantic<2 [options.entry_points] console_scripts =