mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-16 20:10:19 +00:00
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:
parent
208c7edc52
commit
3dea723656
@ -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
|
# TODO: Constriant due to both 8.5.0 and 8.4.0 being installed during pip-compile
|
||||||
importlib-metadata>=8.5.0
|
importlib-metadata>=8.5.0
|
||||||
# (austin): Versions below this have a different interface for passing parameters
|
# (austin): Versions below this have a different interface for passing parameters
|
||||||
unstructured-client>=0.23.0
|
unstructured-client>=0.23.0,<0.26.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user