Skip to content

Commit

Permalink
feat(unstructured): increased version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Aug 16, 2024
1 parent be9baa5 commit eb49cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"python-pptx>=1.0.2",
"llama-parse>=0.4.9",
"pdf2docx>=0.5.8",
"unstructured[pdf]==0.15.0",
"unstructured[pdf]>=0.15.0",
"langchain>=0.2.14",
"langchain-community>=0.2.12",
"langchain-openai>=0.1.21",
Expand Down
6 changes: 1 addition & 5 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ packaging==24.1 ; (python_full_version < '3.12.4' and python_version < '3.12') o
# via matplotlib
# via onnxruntime
# via pikepdf
# via pytesseract
# via pytest
# via transformers
# via unstructured-client
Expand Down Expand Up @@ -439,7 +438,6 @@ pillow==10.4.0 ; (python_full_version < '3.12.4' and python_version < '3.12') or
# via pdfplumber
# via pikepdf
# via pillow-heif
# via pytesseract
# via python-pptx
# via torchvision
# via unstructured-pytesseract
Expand Down Expand Up @@ -513,8 +511,6 @@ pypdfium2==4.30.0 ; (python_full_version < '3.12.4' and python_version < '3.12')
# via pdfplumber
pyreadline3==3.4.1 ; sys_platform == 'win32' and ((python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13'))
# via humanfriendly
pytesseract==0.3.13 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via unstructured
pytest==8.3.2 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via pytest-asyncio
# via pytest-cov
Expand Down Expand Up @@ -690,7 +686,7 @@ typing-inspect==0.9.0 ; (python_full_version < '3.12.4' and python_version < '3.
# via unstructured-client
tzdata==2024.1 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via pandas
unstructured==0.15.0 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
unstructured==0.15.5 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via megaparse
unstructured-client==0.25.5 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via unstructured
Expand Down
6 changes: 1 addition & 5 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ packaging==24.1 ; (python_full_version < '3.12.4' and python_version < '3.12') o
# via matplotlib
# via onnxruntime
# via pikepdf
# via pytesseract
# via transformers
# via unstructured-client
# via unstructured-pytesseract
Expand Down Expand Up @@ -375,7 +374,6 @@ pillow==10.4.0 ; (python_full_version < '3.12.4' and python_version < '3.12') or
# via pdfplumber
# via pikepdf
# via pillow-heif
# via pytesseract
# via python-pptx
# via torchvision
# via unstructured-pytesseract
Expand Down Expand Up @@ -429,8 +427,6 @@ pypdfium2==4.30.0 ; (python_full_version < '3.12.4' and python_version < '3.12')
# via pdfplumber
pyreadline3==3.4.1 ; sys_platform == 'win32' and ((python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13'))
# via humanfriendly
pytesseract==0.3.13 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via unstructured
python-dateutil==2.9.0.post0 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via matplotlib
# via pandas
Expand Down Expand Up @@ -577,7 +573,7 @@ typing-inspect==0.9.0 ; (python_full_version < '3.12.4' and python_version < '3.
# via unstructured-client
tzdata==2024.1 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via pandas
unstructured==0.15.0 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
unstructured==0.15.5 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via megaparse
unstructured-client==0.25.5 ; (python_full_version < '3.12.4' and python_version < '3.12') or (python_full_version < '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version < '3.12.4' and python_version >= '3.13') or (python_full_version >= '3.12.4' and python_version < '3.12') or (python_full_version >= '3.12.4' and python_version < '3.13' and python_version >= '3.12') or (python_full_version >= '3.12.4' and python_version >= '3.13')
# via unstructured
Expand Down

0 comments on commit eb49cf5

Please sign in to comment.