Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump unstructured-inference 0.7.35 #3205

Merged
merged 7 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 0.14.6-dev4
## 0.14.6-dev6

### Enhancements

* **Bump unstructured-inference==0.7.35** Fix syntax for generated HTML tables.

### Features

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
# via nbformat
filelock==3.14.0
filelock==3.15.1
# via virtualenv
fqdn==1.5.1
# via jsonschema
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ opencv-python==4.8.0.76
# -c ././deps/constraints.txt
# imgaug
# unstructured-paddleocr
openpyxl==3.1.3
openpyxl==3.1.4
# via unstructured-paddleocr
packaging==23.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-pdf-image.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ google-cloud-vision
effdet
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
# when unstructured library is.
unstructured-inference==0.7.33
unstructured-inference==0.7.35
# unstructured fork of pytesseract that provides an interface to allow for multiple output formats
# from one tesseract call
unstructured.pytesseract>=0.3.12
4 changes: 2 additions & 2 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deprecated==1.2.14
# via pikepdf
effdet==0.4.1
# via -r ./extra-pdf-image.in
filelock==3.14.0
filelock==3.15.1
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -287,7 +287,7 @@ typing-extensions==4.12.2
# torch
tzdata==2024.1
# via pandas
unstructured-inference==0.7.33
unstructured-inference==0.7.35
# via -r ./extra-pdf-image.in
unstructured-pytesseract==0.3.12
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-xlsx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ numpy==1.26.4
# -c ././deps/constraints.txt
# -c ./base.txt
# pandas
openpyxl==3.1.3
openpyxl==3.1.4
# via -r ./extra-xlsx.in
pandas==2.2.2
# via -r ./extra-xlsx.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click==8.1.7
# via
# -c ./base.txt
# sacremoses
filelock==3.14.0
filelock==3.15.1
# via
# huggingface-hub
# torch
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/chroma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exceptiongroup==1.2.1
# via anyio
fastapi==0.110.3
# via chromadb
filelock==3.14.0
filelock==3.15.1
# via huggingface-hub
flatbuffers==24.3.25
# via onnxruntime
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/clarifai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ charset-normalizer==3.3.2
# requests
clarifai==10.5.0
# via -r ./ingest/clarifai.in
clarifai-grpc==10.5.1
clarifai-grpc==10.5.2
# via clarifai
contextlib2==21.6.0
# via schema
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dataclasses-json==0.6.7
# via
# -c ./ingest/../base.txt
# langchain-community
filelock==3.14.0
filelock==3.15.1
# via
# huggingface-hub
# torch
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-octoai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ idna==3.7
# anyio
# httpx
# requests
openai==1.33.0
openai==1.34.0
# via -r ./ingest/embed-octoai.in
pydantic==2.7.4
# via openai
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-openai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ numpy==1.26.4
# -c ./ingest/../deps/constraints.txt
# langchain
# langchain-community
openai==1.33.0
openai==1.34.0
# via -r ./ingest/embed-openai.in
orjson==3.10.4
# via langsmith
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.6-dev4" # pragma: no cover
__version__ = "0.14.6-dev6" # pragma: no cover
Loading