Skip to content

Commit cf1020b

Browse files
authored
Merge pull request #349 from django-daiquiri/dependabot/pip/pyarrow-gte-21.0.0-and-lt-23.1.0
Update pyarrow requirement from <21.1.0,>=21.0.0 to >=21.0.0,<23.1.0
2 parents 7b5c2dc + 7fb15b8 commit cf1020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"Markdown>=3.8.2,<3.11.0",
5252
"pandas>=2.3.2,<2.4.0",
5353
"passlib>=1.7.4",
54-
"pyarrow>=21.0.0,<21.1.0",
54+
"pyarrow>=21.0.0,<23.1.0",
5555
"Pygments~=2.19.2",
5656
"PyJWT>=2.10.1,<2.12.0",
5757
"queryparser-python3~=0.7.4",

0 commit comments

Comments
 (0)