Skip to content

Commit 3dea723

Browse files
authored
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
1 parent 208c7ed commit 3dea723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/deps/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ botocore<1.34.132
1717
# TODO: Constriant due to both 8.5.0 and 8.4.0 being installed during pip-compile
1818
importlib-metadata>=8.5.0
1919
# (austin): Versions below this have a different interface for passing parameters
20-
unstructured-client>=0.23.0
20+
unstructured-client>=0.23.0,<0.26.0

0 commit comments

Comments
 (0)