mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-25 06:04:53 +00:00
chore: bump unstructured-inference 0.7.33 (#3074)
Summary: - bump unstructured-inference to `0.7.33` - cut a release for `0.14.2` - add some dependencies that previously came through from the layoutparser extras.
This commit is contained in:
parent
30e5a0cd4e
commit
18428f24ab
@ -1,10 +1,12 @@
|
||||
## 0.14.2-dev1
|
||||
## 0.14.2
|
||||
|
||||
### Enhancements
|
||||
|
||||
* **Bump unstructured-inference==0.7.33**.
|
||||
|
||||
### Features
|
||||
|
||||
* Add attribution to the `pinecone` connector
|
||||
* **Add attribution to the `pinecone` connector**.
|
||||
|
||||
### Fixes
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ pygments==2.18.0
|
||||
# sphinx-tabs
|
||||
pyyaml==6.0.1
|
||||
# via myst-parser
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# sphinx
|
||||
|
||||
@ -71,7 +71,7 @@ rapidfuzz==3.9.1
|
||||
# via -r ./base.in
|
||||
regex==2024.5.15
|
||||
# via nltk
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -r ./base.in
|
||||
# unstructured-client
|
||||
|
||||
@ -66,7 +66,7 @@ pygments==2.18.0
|
||||
# sphinx-tabs
|
||||
pyyaml==6.0.1
|
||||
# via myst-parser
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# sphinx
|
||||
|
||||
@ -189,7 +189,7 @@ jupyterlab==4.2.0
|
||||
# via notebook
|
||||
jupyterlab-pygments==0.3.0
|
||||
# via nbconvert
|
||||
jupyterlab-server==2.27.1
|
||||
jupyterlab-server==2.27.2
|
||||
# via
|
||||
# jupyterlab
|
||||
# notebook
|
||||
@ -315,7 +315,7 @@ referencing==0.35.1
|
||||
# jsonschema
|
||||
# jsonschema-specifications
|
||||
# jupyter-events
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# -c ./test.txt
|
||||
|
||||
@ -174,7 +174,7 @@ rapidfuzz==3.9.1
|
||||
# unstructured-paddleocr
|
||||
rarfile==4.2
|
||||
# via visualdl
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# premailer
|
||||
|
||||
@ -7,10 +7,12 @@ pdfminer.six
|
||||
pikepdf
|
||||
pillow_heif
|
||||
pypdf
|
||||
pytesseract
|
||||
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.31
|
||||
unstructured-inference==0.7.33
|
||||
# unstructured fork of pytesseract that provides an interface to allow for multiple output formats
|
||||
# from one tesseract call
|
||||
unstructured.pytesseract>=0.3.12
|
||||
google-cloud-vision
|
||||
|
||||
@ -31,7 +31,7 @@ cycler==0.12.1
|
||||
deprecated==1.2.14
|
||||
# via pikepdf
|
||||
effdet==0.4.1
|
||||
# via layoutparser
|
||||
# via -r ./extra-pdf-image.in
|
||||
filelock==3.14.0
|
||||
# via
|
||||
# huggingface-hub
|
||||
@ -84,7 +84,7 @@ jinja2==3.1.4
|
||||
# via torch
|
||||
kiwisolver==1.4.5
|
||||
# via matplotlib
|
||||
layoutparser[layoutmodels,tesseract]==0.3.4
|
||||
layoutparser==0.3.4
|
||||
# via unstructured-inference
|
||||
lxml==5.2.2
|
||||
# via
|
||||
@ -96,6 +96,7 @@ matplotlib==3.7.2
|
||||
# via
|
||||
# -c ././deps/constraints.txt
|
||||
# pycocotools
|
||||
# unstructured-inference
|
||||
mpmath==1.3.0
|
||||
# via sympy
|
||||
networkx==3.2.1
|
||||
@ -203,7 +204,7 @@ pypdf==4.2.0
|
||||
pypdfium2==4.30.0
|
||||
# via pdfplumber
|
||||
pytesseract==0.3.10
|
||||
# via layoutparser
|
||||
# via -r ./extra-pdf-image.in
|
||||
python-dateutil==2.9.0.post0
|
||||
# via
|
||||
# -c ./base.txt
|
||||
@ -228,7 +229,7 @@ regex==2024.5.15
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# transformers
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# google-api-core
|
||||
@ -253,20 +254,21 @@ sympy==1.12
|
||||
# onnxruntime
|
||||
# torch
|
||||
timm==1.0.3
|
||||
# via effdet
|
||||
# via
|
||||
# effdet
|
||||
# unstructured-inference
|
||||
tokenizers==0.19.1
|
||||
# via transformers
|
||||
torch==2.3.0
|
||||
# via
|
||||
# -c ././deps/constraints.txt
|
||||
# effdet
|
||||
# layoutparser
|
||||
# timm
|
||||
# torchvision
|
||||
# unstructured-inference
|
||||
torchvision==0.18.0
|
||||
# via
|
||||
# effdet
|
||||
# layoutparser
|
||||
# timm
|
||||
tqdm==4.66.4
|
||||
# via
|
||||
@ -274,7 +276,7 @@ tqdm==4.66.4
|
||||
# huggingface-hub
|
||||
# iopath
|
||||
# transformers
|
||||
transformers==4.41.0
|
||||
transformers==4.41.1
|
||||
# via unstructured-inference
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
@ -285,7 +287,7 @@ typing-extensions==4.11.0
|
||||
# torch
|
||||
tzdata==2024.1
|
||||
# via pandas
|
||||
unstructured-inference==0.7.31
|
||||
unstructured-inference==0.7.33
|
||||
# via -r ./extra-pdf-image.in
|
||||
unstructured-pytesseract==0.3.12
|
||||
# via
|
||||
|
||||
@ -71,7 +71,7 @@ regex==2024.5.15
|
||||
# -c ./base.txt
|
||||
# sacremoses
|
||||
# transformers
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# huggingface-hub
|
||||
@ -100,7 +100,7 @@ tqdm==4.66.4
|
||||
# huggingface-hub
|
||||
# sacremoses
|
||||
# transformers
|
||||
transformers==4.41.0
|
||||
transformers==4.41.1
|
||||
# via -r ./huggingface.in
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
|
||||
@ -27,7 +27,7 @@ pydantic==2.7.1
|
||||
# via pyairtable
|
||||
pydantic-core==2.18.2
|
||||
# via pydantic
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# pyairtable
|
||||
|
||||
@ -8,7 +8,7 @@ anyio==3.7.1
|
||||
# via
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# httpx
|
||||
astrapy==1.1.0
|
||||
astrapy==1.2.0
|
||||
# via -r ./ingest/astra.in
|
||||
bson==0.5.10
|
||||
# via astrapy
|
||||
@ -69,7 +69,7 @@ python-dateutil==2.9.0.post0
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# bson
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# cassio
|
||||
|
||||
@ -25,7 +25,7 @@ idna==3.7
|
||||
# requests
|
||||
isodate==0.6.1
|
||||
# via azure-search-documents
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# azure-core
|
||||
|
||||
@ -82,7 +82,7 @@ pycparser==2.22
|
||||
# via cffi
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# azure-core
|
||||
|
||||
@ -8,7 +8,7 @@ attrs==23.2.0
|
||||
# via boxsdk
|
||||
boxfs==0.3.0
|
||||
# via -r ./ingest/box.in
|
||||
boxsdk[jwt]==3.9.2
|
||||
boxsdk[jwt]==3.10.0
|
||||
# via boxfs
|
||||
certifi==2024.2.2
|
||||
# via
|
||||
@ -40,7 +40,7 @@ python-dateutil==2.9.0.post0
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# boxsdk
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# boxsdk
|
||||
|
||||
@ -161,7 +161,7 @@ pyyaml==6.0.1
|
||||
# huggingface-hub
|
||||
# kubernetes
|
||||
# uvicorn
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# chromadb
|
||||
|
||||
@ -56,7 +56,7 @@ python-rapidjson==1.17
|
||||
# via tritonclient
|
||||
pyyaml==6.0.1
|
||||
# via clarifai
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# clarifai-grpc
|
||||
|
||||
@ -31,7 +31,7 @@ oauthlib==3.2.2
|
||||
# via
|
||||
# atlassian-python-api
|
||||
# requests-oauthlib
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# atlassian-python-api
|
||||
|
||||
@ -29,7 +29,7 @@ pyasn1==0.6.0
|
||||
# rsa
|
||||
pyasn1-modules==0.4.0
|
||||
# via google-auth
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# databricks-sdk
|
||||
|
||||
@ -28,7 +28,7 @@ idna==3.7
|
||||
# requests
|
||||
ply==3.11
|
||||
# via stone
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# dropbox
|
||||
|
||||
@ -60,14 +60,14 @@ langchain==0.2.0
|
||||
# via langchain-community
|
||||
langchain-community==0.2.0
|
||||
# via -r ./ingest/embed-aws-bedrock.in
|
||||
langchain-core==0.2.0
|
||||
langchain-core==0.2.1
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
# langchain-text-splitters
|
||||
langchain-text-splitters==0.2.0
|
||||
# via langchain
|
||||
langsmith==0.1.60
|
||||
langsmith==0.1.61
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -114,7 +114,7 @@ pyyaml==6.0.1
|
||||
# langchain
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# langchain
|
||||
|
||||
@ -72,14 +72,14 @@ langchain==0.2.0
|
||||
# via langchain-community
|
||||
langchain-community==0.2.0
|
||||
# via -r ./ingest/embed-huggingface.in
|
||||
langchain-core==0.2.0
|
||||
langchain-core==0.2.1
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
# langchain-text-splitters
|
||||
langchain-text-splitters==0.2.0
|
||||
# via langchain
|
||||
langsmith==0.1.60
|
||||
langsmith==0.1.61
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -142,7 +142,7 @@ regex==2024.5.15
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# transformers
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# huggingface-hub
|
||||
@ -186,7 +186,7 @@ tqdm==4.66.4
|
||||
# huggingface-hub
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
transformers==4.41.0
|
||||
transformers==4.41.1
|
||||
# via sentence-transformers
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
|
||||
@ -48,7 +48,7 @@ regex==2024.5.15
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# tiktoken
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# tiktoken
|
||||
|
||||
@ -68,14 +68,14 @@ langchain==0.2.0
|
||||
# via langchain-community
|
||||
langchain-community==0.2.0
|
||||
# via -r ./ingest/embed-openai.in
|
||||
langchain-core==0.2.0
|
||||
langchain-core==0.2.1
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
# langchain-text-splitters
|
||||
langchain-text-splitters==0.2.0
|
||||
# via langchain
|
||||
langsmith==0.1.60
|
||||
langsmith==0.1.61
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -125,7 +125,7 @@ regex==2024.5.15
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# tiktoken
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# langchain
|
||||
|
||||
@ -55,9 +55,9 @@ google-auth==2.29.0
|
||||
# google-cloud-core
|
||||
# google-cloud-resource-manager
|
||||
# google-cloud-storage
|
||||
google-cloud-aiplatform==1.51.0
|
||||
google-cloud-aiplatform==1.52.0
|
||||
# via langchain-google-vertexai
|
||||
google-cloud-bigquery==3.23.0
|
||||
google-cloud-bigquery==3.23.1
|
||||
# via google-cloud-aiplatform
|
||||
google-cloud-core==2.4.1
|
||||
# via
|
||||
@ -107,7 +107,7 @@ langchain==0.2.0
|
||||
# langchain-community
|
||||
langchain-community==0.2.0
|
||||
# via -r ./ingest/embed-vertexai.in
|
||||
langchain-core==0.2.0
|
||||
langchain-core==0.2.1
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -117,7 +117,7 @@ langchain-google-vertexai==1.0.4
|
||||
# via -r ./ingest/embed-vertexai.in
|
||||
langchain-text-splitters==0.2.0
|
||||
# via langchain
|
||||
langsmith==0.1.60
|
||||
langsmith==0.1.61
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -189,7 +189,7 @@ pyyaml==6.0.1
|
||||
# langchain
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# google-api-core
|
||||
|
||||
@ -92,7 +92,7 @@ pyasn1==0.6.0
|
||||
# rsa
|
||||
pyasn1-modules==0.4.0
|
||||
# via google-auth
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# gcsfs
|
||||
|
||||
@ -33,7 +33,7 @@ pyjwt[crypto]==2.8.0
|
||||
# via pygithub
|
||||
pynacl==1.5.0
|
||||
# via pygithub
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# pygithub
|
||||
|
||||
@ -19,7 +19,7 @@ idna==3.7
|
||||
# requests
|
||||
python-gitlab==4.5.0
|
||||
# via -r ./ingest/gitlab.in
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# python-gitlab
|
||||
|
||||
@ -54,7 +54,7 @@ pyparsing==3.0.9
|
||||
# via
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# httplib2
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# google-api-core
|
||||
|
||||
@ -31,7 +31,7 @@ oauthlib==3.2.2
|
||||
# via
|
||||
# atlassian-python-api
|
||||
# requests-oauthlib
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# atlassian-python-api
|
||||
|
||||
@ -43,7 +43,7 @@ pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
pytz==2024.1
|
||||
# via office365-rest-python-client
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# msal
|
||||
|
||||
@ -24,7 +24,7 @@ python-dateutil==2.9.0.post0
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# opensearch-py
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# opensearch-py
|
||||
|
||||
@ -37,7 +37,7 @@ pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
pytz==2024.1
|
||||
# via office365-rest-python-client
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# msal
|
||||
|
||||
@ -21,7 +21,7 @@ praw==7.7.1
|
||||
# via -r ./ingest/reddit.in
|
||||
prawcore==2.4.0
|
||||
# via praw
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# prawcore
|
||||
|
||||
@ -41,7 +41,7 @@ pyjwt[crypto]==2.8.0
|
||||
# via simple-salesforce
|
||||
pytz==2024.1
|
||||
# via zeep
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# requests-file
|
||||
|
||||
@ -37,7 +37,7 @@ pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
pytz==2024.1
|
||||
# via office365-rest-python-client
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# msal
|
||||
|
||||
@ -61,7 +61,7 @@ pydantic==2.7.1
|
||||
# via weaviate-client
|
||||
pydantic-core==2.18.2
|
||||
# via pydantic
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# weaviate-client
|
||||
|
||||
@ -21,7 +21,7 @@ idna==3.7
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# requests
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# wikipedia
|
||||
|
||||
@ -122,7 +122,7 @@ referencing==0.35.1
|
||||
# via
|
||||
# jsonschema
|
||||
# jsonschema-specifications
|
||||
requests==2.32.1
|
||||
requests==2.32.2
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# label-studio-sdk
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.14.2-dev1" # pragma: no cover
|
||||
__version__ = "0.14.2" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user