Skip to content

Commit 8312904

Browse files
authored
Merge branch 'master' into ele-5191-fix-for-the-logic-updating-test_result_rows
2 parents 5fa4e25 + 07ca1d1 commit 8312904

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://join.slack.com/t/elementary-community/shared_invite/zt-uehfrq2f-zXeVTtXrjYRbdE_V6xq4Rg"><img src="https://img.shields.io/badge/join-Slack-ff69b4"/></a>
66
<a href="https://docs.elementary-data.com/oss/quickstart/quickstart-cli-package"><img src="https://img.shields.io/badge/docs-quickstart-orange"/></a>
77
<img alt="License" src="https://img.shields.io/badge/license-Apache--2.0-ff69b4"/>
8-
<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-lineage?period=total&units=international_system&left_color=grey&right_color=orange"&left_text=Downloads/>
8+
<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-data?period=month&units=international_system&left_color=grey&right_color=orange"&left_text=Downloads/>
99
</p>
1010

1111
<h2 align="center">

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ 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"

0 commit comments

Comments
 (0)