Skip to content

Commit

Permalink
build: bump to 0.0.74; bump dependencies (#442)
Browse files Browse the repository at this point in the history
### Summary

Bumps dependencies and prepares files for the `0.0.74` release.
  • Loading branch information
MthwRobinson authored Jul 22, 2024
1 parent a2d5a5a commit 119e9bd
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 50 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.74

* Bump to `unstructured` 0.15.0

## 0.0.73

* Bump to `unstructured` 0.14.10
Expand Down
2 changes: 1 addition & 1 deletion prepline_general/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
app = FastAPI(
title="Unstructured Pipeline API",
summary="Partition documents with the Unstructured library",
version="0.0.73",
version="0.0.74",
docs_url="/general/docs",
openapi_url="/general/openapi.json",
servers=[
Expand Down
4 changes: 2 additions & 2 deletions prepline_general/api/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def return_content_type(filename: str):


@router.get("/general/v0/general", include_in_schema=False)
@router.get("/general/v0.0.73/general", include_in_schema=False)
@router.get("/general/v0.0.74/general", include_in_schema=False)
async def handle_invalid_get_request():
raise HTTPException(
status_code=status.HTTP_405_METHOD_NOT_ALLOWED, detail="Only POST requests are supported."
Expand All @@ -664,7 +664,7 @@ async def handle_invalid_get_request():
description="Description",
operation_id="partition_parameters",
)
@router.post("/general/v0.0.73/general", include_in_schema=False)
@router.post("/general/v0.0.74/general", include_in_schema=False)
def general_partition(
request: Request,
# cannot use annotated type here because of a bug described here:
Expand Down
2 changes: 1 addition & 1 deletion preprocessing-pipeline-family.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: general
version: 0.0.73
version: 0.0.74
30 changes: 13 additions & 17 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backoff==2.2.1
# unstructured
beautifulsoup4==4.12.3
# via unstructured
cachetools==5.3.3
cachetools==5.4.0
# via google-auth
certifi==2024.7.4
# via
Expand Down Expand Up @@ -47,7 +47,7 @@ coloredlogs==15.0.1
# via onnxruntime
contourpy==1.2.1
# via matplotlib
cryptography==42.0.8
cryptography==43.0.0
# via pdfminer-six
cycler==0.12.1
# via matplotlib
Expand All @@ -69,9 +69,9 @@ emoji==2.12.1
# via unstructured
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via anyio
fastapi==0.111.0
fastapi==0.111.1
# via -r requirements/base.in
fastapi-cli==0.0.4
# via fastapi
Expand Down Expand Up @@ -102,11 +102,11 @@ googleapis-common-protos==1.63.2
# via
# google-api-core
# grpcio-status
grpcio==1.64.1
grpcio==1.65.1
# via
# google-api-core
# grpcio-status
grpcio-status==1.64.1
grpcio-status==1.65.1
# via google-api-core
h11==0.14.0
# via
Expand All @@ -120,7 +120,7 @@ httpx==0.27.0
# via
# fastapi
# unstructured-client
huggingface-hub==0.23.4
huggingface-hub==0.24.0
# via
# timm
# tokenizers
Expand Down Expand Up @@ -220,8 +220,6 @@ openpyxl==3.1.5
# via unstructured
ordered-set==4.1.0
# via deepdiff
orjson==3.10.6
# via fastapi
packaging==24.1
# via
# huggingface-hub
Expand Down Expand Up @@ -263,7 +261,7 @@ pillow==10.4.0
# unstructured-pytesseract
pillow-heif==0.17.0
# via unstructured
portalocker==2.10.0
portalocker==2.10.1
# via iopath
proto-plus==1.24.0
# via
Expand Down Expand Up @@ -304,7 +302,7 @@ pypandoc==1.13
# via unstructured
pyparsing==3.1.2
# via matplotlib
pypdf==4.2.0
pypdf==4.3.1
# via
# -r requirements/base.in
# unstructured
Expand Down Expand Up @@ -391,7 +389,7 @@ soupsieve==2.5
# via beautifulsoup4
starlette==0.37.2
# via fastapi
sympy==1.13.0
sympy==1.13.1
# via
# onnxruntime
# torch
Expand Down Expand Up @@ -448,11 +446,9 @@ typing-inspect==0.9.0
# unstructured-client
tzdata==2024.1
# via pandas
ujson==5.10.0
# via fastapi
unstructured[all-docs]==0.14.10
unstructured[all-docs]==0.15.0
# via -r requirements/base.in
unstructured-client==0.24.0
unstructured-client==0.24.1
# via unstructured
unstructured-inference==0.7.36
# via unstructured
Expand All @@ -462,7 +458,7 @@ urllib3==2.2.2
# via
# requests
# unstructured-client
uvicorn[standard]==0.30.1
uvicorn[standard]==0.30.3
# via
# -r requirements/base.in
# fastapi
Expand Down
50 changes: 21 additions & 29 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ black==24.4.2
# via -r requirements/test.in
bleach==6.1.0
# via nbconvert
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/base.txt
# google-auth
Expand Down Expand Up @@ -101,9 +101,9 @@ contourpy==1.2.1
# via
# -r requirements/base.txt
# matplotlib
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/base.txt
# pdfminer-six
Expand Down Expand Up @@ -151,7 +151,7 @@ et-xmlfile==1.1.0
# via
# -r requirements/base.txt
# openpyxl
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/base.txt
# anyio
Expand All @@ -161,13 +161,13 @@ execnb==0.1.6
# via nbdev
executing==2.0.1
# via stack-data
fastapi==0.111.0
fastapi==0.111.1
# via -r requirements/base.txt
fastapi-cli==0.0.4
# via
# -r requirements/base.txt
# fastapi
fastcore==1.5.49
fastcore==1.5.54
# via
# execnb
# ghapi
Expand Down Expand Up @@ -221,12 +221,12 @@ googleapis-common-protos==1.63.2
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio==1.64.1
grpcio==1.65.1
# via
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio-status==1.64.1
grpcio-status==1.65.1
# via
# -r requirements/base.txt
# google-api-core
Expand All @@ -250,7 +250,7 @@ httpx==0.27.0
# fastapi
# jupyterlab
# unstructured-client
huggingface-hub==0.23.4
huggingface-hub==0.24.0
# via
# -r requirements/base.txt
# timm
Expand Down Expand Up @@ -348,7 +348,7 @@ jupyter-events==0.10.0
# via jupyter-server
jupyter-lsp==2.2.5
# via jupyterlab
jupyter-server==2.14.1
jupyter-server==2.14.2
# via
# jupyter-lsp
# jupyterlab
Expand All @@ -357,11 +357,11 @@ jupyter-server==2.14.1
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.2.3
jupyterlab==4.2.4
# via notebook
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.2
jupyterlab-server==2.27.3
# via
# jupyterlab
# notebook
Expand Down Expand Up @@ -425,7 +425,7 @@ mpmath==1.3.0
# via
# -r requirements/base.txt
# sympy
mypy==1.10.1
mypy==1.11.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -513,10 +513,6 @@ ordered-set==4.1.0
# via
# -r requirements/base.txt
# deepdiff
orjson==3.10.6
# via
# -r requirements/base.txt
# fastapi
overrides==7.7.0
# via jupyter-server
packaging==24.1
Expand Down Expand Up @@ -597,7 +593,7 @@ platformdirs==4.2.2
# jupyter-core
pluggy==1.5.0
# via pytest
portalocker==2.10.0
portalocker==2.10.1
# via
# -r requirements/base.txt
# iopath
Expand Down Expand Up @@ -631,7 +627,7 @@ ptyprocess==0.7.0
# via
# pexpect
# terminado
pure-eval==0.2.2
pure-eval==0.2.3
# via stack-data
pyasn1==0.6.0
# via
Expand Down Expand Up @@ -680,7 +676,7 @@ pyparsing==3.1.2
# via
# -r requirements/base.txt
# matplotlib
pypdf==4.2.0
pypdf==4.3.1
# via
# -r requirements/base.txt
# unstructured
Expand All @@ -693,7 +689,7 @@ pytesseract==0.3.10
# via
# -r requirements/base.txt
# unstructured
pytest==8.2.2
pytest==8.3.1
# via
# pytest-cov
# pytest-mock
Expand Down Expand Up @@ -858,7 +854,7 @@ starlette==0.37.2
# via
# -r requirements/base.txt
# fastapi
sympy==1.13.0
sympy==1.13.1
# via
# -r requirements/base.txt
# onnxruntime
Expand Down Expand Up @@ -976,13 +972,9 @@ tzdata==2024.1
# via
# -r requirements/base.txt
# pandas
ujson==5.10.0
# via
# -r requirements/base.txt
# fastapi
unstructured[all-docs]==0.14.10
unstructured[all-docs]==0.15.0
# via -r requirements/base.txt
unstructured-client==0.24.0
unstructured-client==0.24.1
# via
# -r requirements/base.txt
# unstructured
Expand All @@ -1001,7 +993,7 @@ urllib3==2.2.2
# -r requirements/base.txt
# requests
# unstructured-client
uvicorn[standard]==0.30.1
uvicorn[standard]==0.30.3
# via
# -r requirements/base.txt
# fastapi
Expand Down

0 comments on commit 119e9bd

Please sign in to comment.