From f61bb672f0b09edbe37afc6ed37933b73304c502 Mon Sep 17 00:00:00 2001 From: Angus L'Herrou Date: Thu, 6 Jul 2023 11:59:54 -0400 Subject: [PATCH] Upgrade pydantic to ~=1.10.8 https://github.com/explosion/spaCy/issues/12659 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9011c603..af62f016 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = numpy ~=1.21.5; python_version<'3.8' numpy ~=1.23.3; python_version>='3.8' pandas~=1.3.5 - pydantic~=1.8.2 + pydantic~=1.10.8 PyRuSH~=1.0.3.6 requests~=2.26.0 scikit-learn~=1.0.2