opnsense-ports/databases/py-dbt-core/files/patch-setup.py
Franco Fichtner aca4f92396 */*: sync with upstream
Taken from: FreeBSD
2024-10-21 14:34:57 +02:00

14 lines
503 B
Python

--- setup.py.orig 2024-03-28 03:30:09 UTC
+++ setup.py
@@ -66,9 +66,9 @@ setup(
# and check compatibility / bump in each new minor version of dbt-core.
"colorama>=0.3.9,<0.5",
"pathspec>=0.9,<0.12",
- "isodate>=0.6,<0.7",
+ "isodate>=0.6",
# ----
- "sqlparse>=0.2.3,<0.5",
+ "sqlparse>=0.2.3,<0.6",
# ----
# These are major-version-0 packages also maintained by dbt-labs. Accept patches.
"dbt-extractor~=0.5.0",