diff --git a/.changes/unreleased/Under the Hood-20260513-150204.yaml b/.changes/unreleased/Under the Hood-20260513-150204.yaml new file mode 100644 index 00000000..c4bcff3b --- /dev/null +++ b/.changes/unreleased/Under the Hood-20260513-150204.yaml @@ -0,0 +1,3 @@ +kind: Under the Hood +body: Remove dbt-artifacts-parser from 7 day exclusion +time: 2026-05-13T15:02:04.845708-07:00 diff --git a/pyproject.toml b/pyproject.toml index c7a8518a..aa1c2ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ ] [tool.uv] exclude-newer = "7 days" -exclude-newer-package = { dbt-protos = false, dbt-sl-sdk = false, dbtlabs-vortex = false, dbt-artifacts-parser = false} +exclude-newer-package = { dbt-protos = false, dbt-sl-sdk = false, dbtlabs-vortex = false } [dependency-groups] dev = [