Skip to content

Commit

Permalink
fix: update to pyarrow==14.0.1 to avoid dependabot issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocidornelas authored and whoseoyster committed Nov 15, 2024
1 parent 37af76c commit a226ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"sniffio",
"cached-property; python_version < '3.8'",
"pandas; python_version >= '3.7'",
"pyarrow==11.0.0",
"pyarrow==14.0.1",
"pyyaml>=6.0",
"requests_toolbelt>=1.0.0",
]
Expand Down

0 comments on commit a226ca2

Please sign in to comment.