From 3dea723656d007e67d042d0ceee4e780c6bd7b50 Mon Sep 17 00:00:00 2001 From: Yao You Date: Sun, 20 Oct 2024 20:06:21 -0500 Subject: [PATCH] chore: pin upper limit for unstructured-client (#3743) - 0.26.0 breaks tests and reason is unknown - 0.26.0 introduces async request but the sync version interface still exists --- requirements/deps/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deps/constraints.txt b/requirements/deps/constraints.txt index 539e119070..5700719383 100644 --- a/requirements/deps/constraints.txt +++ b/requirements/deps/constraints.txt @@ -17,4 +17,4 @@ botocore<1.34.132 # TODO: Constriant due to both 8.5.0 and 8.4.0 being installed during pip-compile importlib-metadata>=8.5.0 # (austin): Versions below this have a different interface for passing parameters -unstructured-client>=0.23.0 +unstructured-client>=0.23.0,<0.26.0