mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-25 16:29:53 +00:00
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:
parent
1ddf542e14
commit
df4bd459d5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user