Skip to content

Commit

Permalink
build(deps): bump unstructured-inference==0.5.16 (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
cragwolfe authored Aug 23, 2023
1 parent 1ddf542 commit df4bd45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df4bd45

Please sign in to comment.