build(deps): bump unstructured-inference==0.5.16 (#1182)

Pulls in @newelh's fix:
https://github.com/Unstructured-IO/unstructured-inference/pull/184
This commit is contained in:
cragwolfe 2023-08-22 22:28:45 -07:00 committed by GitHub
parent 1ddf542e14
commit df4bd459d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@
### Fixes
* Fix bug in `partition_pdf_or_image` where two partitions were called if `strategy == "ocr_only"`.
* Bump unstructured-inference
* Fix issue where temporary files were being left behind (0.5.16)
## 0.10.5

View File

@ -26,4 +26,4 @@ Pillow<10.0.0
# AttributeError: 'ResourcePath' object has no attribute 'collection'
Office365-REST-Python-Client<2.4.3
# NOTE(christine) Pinned to set the `unstructured-inference` version
unstructured-inference==0.5.15
unstructured-inference==0.5.16

View File

@ -205,7 +205,7 @@ typing-extensions==4.7.1
# torch
tzdata==2023.3
# via pandas
unstructured-inference==0.5.15
unstructured-inference==0.5.16
# via
# -c requirements/constraints.in
# -r requirements/extra-pdf-image.in