Skip to content

Commit 6f792c5

Browse files
Bump libraries and release
1 parent 5339b16 commit 6f792c5

File tree

5 files changed

+153
-36
lines changed

5 files changed

+153
-36
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.46
2+
3+
* Bump unstructured[local-inference] to 0.10.16
4+
15
## 0.0.45
26

37
* Drop `detection_class_prob` from the element metadata. This broke backwards compatibility when library users called `partition_via_api`.

prepline_general/api/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def return_content_type(filename):
516516

517517

518518
@router.post("/general/v0/general")
519-
@router.post("/general/v0.0.45/general")
519+
@router.post("/general/v0.0.46/general")
520520
def pipeline_1(
521521
request: Request,
522522
gz_uncompressed_content_type: Optional[str] = Form(default=None),

preprocessing-pipeline-family.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: general
2-
version: 0.0.45
2+
version: 0.0.46

requirements/base.txt

Lines changed: 37 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/base.in
@@ -11,7 +11,7 @@ anyio==3.7.1
1111
# fastapi
1212
# starlette
1313
backoff==2.2.1
14-
# via -r base.in
14+
# via -r requirements/base.in
1515
beautifulsoup4==4.12.2
1616
# via unstructured
1717
certifi==2023.7.22
@@ -26,7 +26,7 @@ charset-normalizer==3.2.0
2626
# requests
2727
click==8.1.3
2828
# via
29-
# -r base.in
29+
# -r requirements/base.in
3030
# nltk
3131
# uvicorn
3232
cmake==3.27.5
@@ -35,7 +35,7 @@ coloredlogs==15.0.1
3535
# via onnxruntime
3636
contourpy==1.1.1
3737
# via matplotlib
38-
cryptography==41.0.3
38+
cryptography==41.0.4
3939
# via pdfminer-six
4040
cycler==0.11.0
4141
# via matplotlib
@@ -49,8 +49,10 @@ emoji==2.8.0
4949
# via unstructured
5050
et-xmlfile==1.1.0
5151
# via openpyxl
52+
exceptiongroup==1.1.3
53+
# via anyio
5254
fastapi==0.103.1
53-
# via -r base.in
55+
# via -r requirements/base.in
5456
filelock==3.12.4
5557
# via
5658
# huggingface-hub
@@ -78,6 +80,10 @@ idna==3.4
7880
# via
7981
# anyio
8082
# requests
83+
importlib-metadata==6.8.0
84+
# via markdown
85+
importlib-resources==6.0.1
86+
# via matplotlib
8187
iopath==0.1.10
8288
# via layoutparser
8389
jinja2==3.1.2
@@ -102,7 +108,7 @@ markupsafe==2.1.3
102108
# via jinja2
103109
marshmallow==3.20.1
104110
# via dataclasses-json
105-
matplotlib==3.8.0
111+
matplotlib==3.7.3
106112
# via pycocotools
107113
mpmath==1.3.0
108114
# via sympy
@@ -114,7 +120,7 @@ networkx==3.1
114120
# via torch
115121
nltk==3.8.1
116122
# via unstructured
117-
numpy==1.26.0
123+
numpy==1.24.4
118124
# via
119125
# contourpy
120126
# layoutparser
@@ -158,7 +164,7 @@ omegaconf==2.3.0
158164
# via effdet
159165
onnx==1.14.1
160166
# via unstructured-inference
161-
onnxruntime==1.15.1
167+
onnxruntime==1.16.0
162168
# via unstructured-inference
163169
opencv-python==4.8.0.76
164170
# via
@@ -175,7 +181,7 @@ packaging==23.1
175181
# pytesseract
176182
# transformers
177183
# unstructured-pytesseract
178-
pandas==2.1.0
184+
pandas==2.0.3
179185
# via
180186
# layoutparser
181187
# unstructured
@@ -206,23 +212,23 @@ protobuf==4.24.3
206212
# onnx
207213
# onnxruntime
208214
psutil==5.9.5
209-
# via -r base.in
215+
# via -r requirements/base.in
210216
pycocotools==2.0.7
211217
# via effdet
212218
pycparser==2.21
213219
# via cffi
214220
pycryptodome==3.19.0
215-
# via -r base.in
221+
# via -r requirements/base.in
216222
pydantic==1.10.12
217223
# via
218-
# -r base.in
224+
# -r requirements/base.in
219225
# fastapi
220226
pypandoc==1.11
221227
# via unstructured
222228
pyparsing==3.1.1
223229
# via matplotlib
224230
pypdf==3.16.1
225-
# via -r base.in
231+
# via -r requirements/base.in
226232
pypdfium2==4.20.0
227233
# via pdfplumber
228234
pytesseract==0.3.10
@@ -251,24 +257,24 @@ pyyaml==6.0.1
251257
# timm
252258
# transformers
253259
ratelimit==2.2.1
254-
# via -r base.in
260+
# via -r requirements/base.in
255261
regex==2023.8.8
256262
# via
257263
# nltk
258264
# transformers
259265
requests==2.31.0
260266
# via
261-
# -r base.in
267+
# -r requirements/base.in
262268
# huggingface-hub
263269
# torchvision
264270
# transformers
265271
# unstructured
266272
safetensors==0.3.2
267273
# via
268-
# -c constraints.in
274+
# -c requirements/constraints.in
269275
# timm
270276
# transformers
271-
scipy==1.11.2
277+
scipy==1.10.1
272278
# via layoutparser
273279
six==1.16.0
274280
# via
@@ -314,27 +320,32 @@ triton==2.0.0
314320
# via torch
315321
typing-extensions==4.8.0
316322
# via
323+
# annotated-types
317324
# fastapi
318325
# huggingface-hub
319326
# iopath
320327
# onnx
321328
# pydantic
329+
# pydantic-core
330+
# pypdf
331+
# starlette
322332
# torch
323333
# typing-inspect
334+
# uvicorn
324335
typing-inspect==0.9.0
325336
# via dataclasses-json
326337
tzdata==2023.3
327338
# via pandas
328339
unstructured[local-inference]==0.10.16
329-
# via -r base.in
340+
# via -r requirements/base.in
330341
unstructured-inference==0.5.28
331342
# via unstructured
332343
unstructured-pytesseract==0.3.12
333344
# via unstructured
334345
urllib3==2.0.4
335346
# via requests
336347
uvicorn==0.23.2
337-
# via -r base.in
348+
# via -r requirements/base.in
338349
wheel==0.41.2
339350
# via
340351
# nvidia-cublas-cu11
@@ -347,3 +358,10 @@ xlrd==2.0.1
347358
# via unstructured
348359
xlsxwriter==3.1.4
349360
# via python-pptx
361+
zipp==3.17.0
362+
# via
363+
# importlib-metadata
364+
# importlib-resources
365+
366+
# The following packages are considered to be unsafe in a requirements file:
367+
# setuptools

0 commit comments

Comments
 (0)