Skip to content

Commit 3e13d43

Browse files
authored
chore: relax the pyarrow constraints now that 19.0.1 is out (#3361)
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent a513604 commit 3e13d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltalake-python"
3-
version = "0.25.4"
3+
version = "0.25.5"
44
authors = ["Qingping Hou <[email protected]>", "Will Jones <[email protected]>"]
55
homepage = "https://github.com/delta-io/delta-rs"
66
license = "Apache-2.0"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
]
19-
dependencies = ["pyarrow>=16,<19"]
19+
dependencies = ["pyarrow>=16,!=19.0.0"]
2020
dynamic = ["version"]
2121

2222
[project.optional-dependencies]

0 commit comments

Comments
 (0)