Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.89
* Upgrade Pillow to 11.3.0 to address a CVE

## 0.0.88
* Return 422 HTTP code when PDF can't be processed

Expand Down
2 changes: 1 addition & 1 deletion prepline_general/api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.88" # pragma: no cover
__version__ = "0.0.89" # pragma: no cover
2 changes: 1 addition & 1 deletion preprocessing-pipeline-family.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: general
version: 0.0.88
version: 0.0.89
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ pi-heif==0.22.0
# via unstructured
pikepdf==9.8.1
# via unstructured
pillow==11.2.1
pillow==11.3.0
# via
# matplotlib
# pdf2image
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ pikepdf==9.8.1
# via
# -r requirements/base.txt
# unstructured
pillow==11.2.1
pillow==11.3.0
# via
# -r requirements/base.txt
# matplotlib
Expand Down
Loading