Skip to content

Commit aa9167a

Browse files
committed
Python 3.13 support
1 parent 3624b8b commit aa9167a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ documentation = "https://docs.elementary-data.com"
1313
packages = [{include = "elementary"}]
1414

1515
[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"
16+
python = ">=3.9,<3.14"
1817
click = ">=7.0,<9.0"
1918
dbt-core = ">=0.20,<2.0.0"
2019
requests = ">=2.28.1,<3.0.0"
2120
beautifulsoup4 = "<5.0.0"
2221
ratelimit = "*"
23-
posthog = "<3.0.0"
22+
posthog = "<8.0.0"
2423
boto3 = "<2.0.0"
25-
google-cloud-storage = "<3.0.0"
24+
google-cloud-storage = "<4.0.0"
2625
"ruamel.yaml" = "<1.0.0"
2726
alive-progress = "<=2.3.1"
2827
slack-sdk = ">=3.20.1,<4.0.0"

0 commit comments

Comments
 (0)