Skip to content

Commit 6df672d

Browse files
committed
lz4 version update for py 3.14
Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
1 parent 9687d97 commit 6df672d

File tree

2 files changed

+79
-2
lines changed

2 files changed

+79
-2
lines changed

poetry.lock

Lines changed: 75 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ pandas = [
1515
{ version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" },
1616
{ version = ">=2.2.3,<2.4.0", python = ">=3.13" }
1717
]
18-
lz4 = "^4.0.2"
18+
lz4 = [
19+
{ version = "^4.0.2", python = ">=3.8,<3.14" },
20+
{ version = "^4.4.5", python = ">=3.14" }
21+
]
1922
requests = "^2.18.1"
2023
oauthlib = "^3.1.0"
2124
openpyxl = "^3.0.10"

0 commit comments

Comments
 (0)