From 087cf9eae1ba3e3a82476ef6cbba744dc9099027 Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Tue, 14 Jan 2025 15:39:30 -0600 Subject: [PATCH] upgrade to check impact --- weave_query/requirements.legacy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weave_query/requirements.legacy.txt b/weave_query/requirements.legacy.txt index 0cb9be4996aa..f8524c4b4726 100644 --- a/weave_query/requirements.legacy.txt +++ b/weave_query/requirements.legacy.txt @@ -7,7 +7,7 @@ typing_extensions>=4.0.0 # Definitely need arrow # TODO: Colab has 9.0.0, can we support? # TODO: 17.0.0 breaks a bunch of tests - can we move this requirement to just the engine? -pyarrow>=14.0.1,<17.0.0 +pyarrow>=17.0.0 # pydantic integration, and required by openai anyway openai>=1.0.0