From fb41ce93d63ff028513f22d9f130fb2710262942 Mon Sep 17 00:00:00 2001 From: "Reza J. Bavaghoush" Date: Wed, 10 Apr 2024 03:15:21 +0200 Subject: [PATCH] fix(core): relax pathspec upper bound version limitation (#9373) * fix(core): relax pathspec upper bound version limitation * add changelog entry PR #9373 --- .changes/unreleased/Dependencies-20240117-100818.yaml | 6 ++++++ core/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20240117-100818.yaml diff --git a/.changes/unreleased/Dependencies-20240117-100818.yaml b/.changes/unreleased/Dependencies-20240117-100818.yaml new file mode 100644 index 00000000000..ca318fe1e57 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240117-100818.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: Relax pathspec upper bound version restriction +time: 2024-01-17T10:08:18.009949641+01:00 +custom: + Author: rzjfr + PR: "9373" diff --git a/core/setup.py b/core/setup.py index f1e1856ca73..f8b96f2fcaa 100644 --- a/core/setup.py +++ b/core/setup.py @@ -66,7 +66,7 @@ # ---- # These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes) # and check compatibility / bump in each new minor version of dbt-core. - "pathspec>=0.9,<0.12", + "pathspec>=0.9,<0.13", "sqlparse>=0.2.3,<0.5", # ---- # These are major-version-0 packages also maintained by dbt-labs.