File tree Expand file tree Collapse file tree 9 files changed +18
-8
lines changed
Expand file tree Collapse file tree 9 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jupyter-server==2.14.0
181181 # notebook-shim
182182jupyter-server-terminals==0.5.3
183183 # via jupyter-server
184- jupyterlab==4.1.6
184+ jupyterlab==4.1.8
185185 # via notebook
186186jupyterlab-pygments==0.3.0
187187 # via nbconvert
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ babel==2.14.0
1010 # via flask-babel
1111bce-python-sdk==0.9.7
1212 # via visualdl
13- blinker==1.7 .0
13+ blinker==1.8 .0
1414 # via flask
1515cachetools==5.3.3
1616 # via premailer
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pillow_heif
99pypdf
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
1515unstructured.pytesseract>=0.3.12
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ typing-extensions==4.11.0
284284 # torch
285285tzdata==2024.1
286286 # via pandas
287- unstructured-inference==0.7.28
287+ unstructured-inference==0.7.29
288288 # via -r ./extra-pdf-image.in
289289unstructured-pytesseract==0.3.12
290290 # via
Original file line number Diff line number Diff 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
1313bson==0.5.10
1414 # via astrapy
Original file line number Diff line number Diff 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
120120langchain-text-splitters==0.0.1
121121 # via langchain
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- __version__ = "0.13.4 " # pragma: no cover
1+ __version__ = "0.13.5-dev0 " # pragma: no cover
You can’t perform that action at this time.
0 commit comments