We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3624b8b commit aa9167aCopy full SHA for aa9167a
pyproject.toml
@@ -13,16 +13,15 @@ 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"
21
beautifulsoup4 = "<5.0.0"
22
ratelimit = "*"
23
-posthog = "<3.0.0"
+posthog = "<8.0.0"
24
boto3 = "<2.0.0"
25
-google-cloud-storage = "<3.0.0"
+google-cloud-storage = "<4.0.0"
26
"ruamel.yaml" = "<1.0.0"
27
alive-progress = "<=2.3.1"
28
slack-sdk = ">=3.20.1,<4.0.0"
0 commit comments