Skip to content

Commit f950999

Browse files
committed
fix: add pydantic dependency
1 parent def71c9 commit f950999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def read(*names, **kwargs):
6363
python_requires=">=3.8",
6464
install_requires=[
6565
"click~=8.1.7",
66-
"dbt-artifacts-parser~=0.9.0",
66+
"pydantic >=2.0,<3.0",
6767
"ruamel.yaml~=0.18.6",
6868
"tabulate~=0.9.0",
6969
"requests>=2.31",

0 commit comments

Comments
 (0)