Skip to content

Commit fa767d6

Browse files
plutasnyycragwolfe
andauthored
chore: Bump unstructured inference 0.29 (#2932)
Co-authored-by: cragwolfe <[email protected]>
1 parent 9e46ed0 commit fa767d6

File tree

9 files changed

+18
-8
lines changed

9 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.13.5-dev0
2+
3+
### Enhancements
4+
5+
### Features
6+
7+
### Fixes
8+
9+
* **Bump unstructured-inference==0.7.29**: table transformer predictions are now removed if confidence is below threshold
10+
111
## 0.13.4
212

313
### Enhancements

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jupyter-server==2.14.0
181181
# notebook-shim
182182
jupyter-server-terminals==0.5.3
183183
# via jupyter-server
184-
jupyterlab==4.1.6
184+
jupyterlab==4.1.8
185185
# via notebook
186186
jupyterlab-pygments==0.3.0
187187
# via nbconvert

requirements/extra-paddleocr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ babel==2.14.0
1010
# via flask-babel
1111
bce-python-sdk==0.9.7
1212
# via visualdl
13-
blinker==1.7.0
13+
blinker==1.8.0
1414
# via flask
1515
cachetools==5.3.3
1616
# via premailer

requirements/extra-pdf-image.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pillow_heif
99
pypdf
1010
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
1111
# when unstructured library is.
12-
unstructured-inference==0.7.28
12+
unstructured-inference==0.7.29
1313
# unstructured fork of pytesseract that provides an interface to allow for multiple output formats
1414
# from one tesseract call
1515
unstructured.pytesseract>=0.3.12

requirements/extra-pdf-image.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ typing-extensions==4.11.0
284284
# torch
285285
tzdata==2024.1
286286
# via pandas
287-
unstructured-inference==0.7.28
287+
unstructured-inference==0.7.29
288288
# via -r ./extra-pdf-image.in
289289
unstructured-pytesseract==0.3.12
290290
# via

requirements/ingest/astra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyio==3.7.1
88
# via
99
# -c ./ingest/../deps/constraints.txt
1010
# httpx
11-
astrapy==1.0.0
11+
astrapy==1.1.0
1212
# via -r ./ingest/astra.in
1313
bson==0.5.10
1414
# via astrapy

requirements/ingest/embed-vertexai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ langchain-core==0.1.46
115115
# langchain-community
116116
# langchain-google-vertexai
117117
# langchain-text-splitters
118-
langchain-google-vertexai==1.0.1
118+
langchain-google-vertexai==1.0.2
119119
# via -r ./ingest/embed-vertexai.in
120120
langchain-text-splitters==0.0.1
121121
# via langchain

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pyflakes==3.2.0
9797
# via
9898
# autoflake
9999
# flake8
100-
pytest==8.1.1
100+
pytest==8.1.2
101101
# via
102102
# pytest-cov
103103
# pytest-mock

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.4" # pragma: no cover
1+
__version__ = "0.13.5-dev0" # pragma: no cover

0 commit comments

Comments
 (0)