Skip to content

Commit b2901f4

Browse files
committed
fix: Add dbt-artifacts-parser to CI_REQUIRED dependencies
Ensure dbt-artifacts-parser is installed in CI environments by adding it to the CI_REQUIRED list in setup.py. This matches the dependency already present in pyproject.toml and ensures CI tests for dbt integration have access to the required parser library. Addresses feedback from PR feast-dev#5827 review comments. Signed-off-by: yassinnouh21 <[email protected]>
1 parent 972fc96 commit b2901f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"build",
200200
"virtualenv==20.23.0",
201201
"cryptography>=43.0,<44",
202+
"dbt-artifacts-parser>=0.6.0,<1",
202203
"ruff>=0.8.0",
203204
"mypy-protobuf>=3.1",
204205
"grpcio-tools>=1.56.2,<=1.62.3",

0 commit comments

Comments
 (0)