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
This commit is contained in:
Yao You 2024-10-20 20:06:21 -05:00 committed by GitHub
parent 208c7edc52
commit 3dea723656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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