From fdca0b93968160a0e75eb87b2521ad9dba8236b9 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Wed, 3 Jul 2024 12:30:48 -0400 Subject: [PATCH] fix(deps): lock pydantic <2.8 until we fix bug #498 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 692aa0e0..78614124 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pandas~=2.0 panphon==0.20.0 protobuf~=4.25 # https://github.com/EveryVoiceTTS/EveryVoice/issues/387 pycountry==22.3.5 -pydantic[email]>=2.4.2 +pydantic[email]>=2.4.2,<2.8.0 pympi-ling pysdtw==0.0.5 pyworld==0.3.4