We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3624b8b commit 8eefdbeCopy full SHA for 8eefdbe
1 file changed
pyproject.toml
@@ -13,8 +13,7 @@ documentation = "https://docs.elementary-data.com"
13
packages = [{include = "elementary"}]
14
15
[tool.poetry.dependencies]
16
-# matches the versions supported by dbt as of v1.9, which are probably due to the limits of numpy 1.26.x(which was removed)
17
-python = ">=3.9,<3.13"
+python = ">=3.9,<3.14"
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