diff --git a/pyproject.toml b/pyproject.toml index f7721cab0..df28cc136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,7 @@ documentation = "https://docs.elementary-data.com" packages = [{include = "elementary"}] [tool.poetry.dependencies] -# 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) -python = ">=3.9,<3.13" +python = ">=3.9,<3.14" click = ">=7.0,<9.0" dbt-core = ">=0.20,<2.0.0" requests = ">=2.28.1,<3.0.0"