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 b3f498f commit b48d587Copy full SHA for b48d587
pyproject.toml
@@ -44,7 +44,7 @@ classifiers = [
44
"Programming Language :: Python",
45
"Programming Language :: Rust",
46
]
47
-dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
+dependencies = ["pyarrow>=11.0.0,<19.0.0", "typing-extensions;python_version<'3.13'"]
48
dynamic = ["version"]
49
50
[project.urls]
0 commit comments