We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56a0d7 commit 625ac88Copy full SHA for 625ac88
1 file changed
pyproject.toml
@@ -13,7 +13,8 @@ documentation = "https://docs.elementary-data.com"
13
packages = [{include = "elementary"}]
14
15
[tool.poetry.dependencies]
16
-python = ">=3.8,<4"
+# 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"
18
click = ">=7.0,<9.0"
19
dbt-core = ">=0.20,<2.0.0"
20
requests = ">=2.28.1,<3.0.0"
0 commit comments