From 6ee32b035c51eb3b155921d7832d3a30efe9e5ae Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Tue, 4 Jun 2024 20:27:12 +0400 Subject: [PATCH] require pydantic --- api/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/python/setup.py b/api/python/setup.py index 7836698666c..582f8a5ce3d 100644 --- a/api/python/setup.py +++ b/api/python/setup.py @@ -66,6 +66,7 @@ def run(self): 'tqdm>=4.32', 'requests_futures==1.0.0', 'jsonschema>=3,<5', + 'pydantic', # XXX: set version ], extras_require={ 'pyarrow': [