Skip to content

Commit

Permalink
hotfix: pydantic req
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Aug 17, 2023
1 parent 4936c46 commit b9edc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
)

0 comments on commit b9edc3b

Please sign in to comment.