Skip to content

Commit 625ac88

Browse files
committed
more strict limits around python version
1 parent e56a0d7 commit 625ac88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ documentation = "https://docs.elementary-data.com"
1313
packages = [{include = "elementary"}]
1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.8,<4"
16+
# matches the versions supported by dbt as of v1.9, which are probably due to the limits of numpy 1.26.x
17+
python = ">=3.9,<3.13"
1718
click = ">=7.0,<9.0"
1819
dbt-core = ">=0.20,<2.0.0"
1920
requests = ">=2.28.1,<3.0.0"

0 commit comments

Comments
 (0)