From b9edc3b5e0174d58fb47ac6974ea09c08fd06c04 Mon Sep 17 00:00:00 2001 From: FedericoGarza Date: Wed, 16 Aug 2023 18:26:20 -0600 Subject: [PATCH] hotfix: pydantic req --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b48751df..d811997f 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.7", - install_requires=["requests", "pandas", "httpx"], + install_requires=["requests", "pandas", "httpx", "pydantic<2"], extras_require={"dev": ["black", "nbdev", "plotly", "python-dotenv", "openbb", "statsforecast"]}, )