From decb52b61b25d0b7916c42b80d7123eb42a67e75 Mon Sep 17 00:00:00 2001 From: "Damon P. Cortesi" Date: Fri, 29 Sep 2023 14:32:45 -0700 Subject: [PATCH] Update pyproject.toml Testing pyarrow v13 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe4a3f2..2fd3a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "faker_cli"}] python = "^3.9" faker = "^18.9.0" click = "^8.1.3" -pyarrow = "^12.0.0" +pyarrow = "^13.0.0" deltalake = "^0.9.0" @@ -28,4 +28,4 @@ fake = "faker_cli.cli:main" line-length = 119 [tool.ruff] -line-length = 119 \ No newline at end of file +line-length = 119