File tree 16 files changed +72
-82
lines changed
16 files changed +72
-82
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.16.15-dev0
2
+
3
+ ### Enhancements
4
+
5
+ ### Features
6
+
7
+ ### Fixes
8
+ - ** Update ` unstructured-inference ` ** to 0.8.3 in requirements which removed ` layoutparser ` dependency libs
9
+ - ** Update ` pdfminer-six ` to 20240706**
10
+
1
11
## 0.16.14
2
12
3
13
### Enhancements
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile ./base.in
6
6
#
7
- anyio==4.7 .0
7
+ anyio==4.8 .0
8
8
# via httpx
9
9
backoff==2.2.1
10
10
# via -r ./base.in
@@ -36,7 +36,7 @@ dataclasses-json==0.6.7
36
36
# unstructured-client
37
37
deepdiff==8.1.1
38
38
# via unstructured-client
39
- emoji==2.14.0
39
+ emoji==2.14.1
40
40
# via -r ./base.in
41
41
exceptiongroup==1.2.2
42
42
# via anyio
@@ -64,7 +64,7 @@ langdetect==1.0.9
64
64
# via -r ./base.in
65
65
lxml==5.3.0
66
66
# via -r ./base.in
67
- marshmallow==3.23.2
67
+ marshmallow==3.25.1
68
68
# via
69
69
# dataclasses-json
70
70
# unstructured-client
@@ -150,5 +150,5 @@ urllib3==1.26.20
150
150
# unstructured-client
151
151
webencodings==0.5.1
152
152
# via html5lib
153
- wrapt==1.17.0
153
+ wrapt==1.17.2
154
154
# via -r ./base.in
Original file line number Diff line number Diff line change 3
3
# extras. Putting a dependency here will only affect dependency sets that contain them -- in other
4
4
# words, if something does not require a constraint, it will not be installed.
5
5
####################################################################################################
6
- # (jennings): Versions greater than 5.0 create dependency conflicts with other packages
7
- protobuf<5 .0
6
+ # we are using v3 client https://weaviate.io/developers/weaviate/client-libraries/python/python_v3
7
+ weaviate-client>=3.26.7,<4.0 .0
8
8
# TODO: Constriant due to multiple versions being installed during pip-compile
9
9
grpcio>=1.65.5
10
10
# TODO: Pinned in transformers package, remove when that gets updated (https://github.com/huggingface/transformers/blob/main/setup.py)
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ click==8.1.8
15
15
# pip-tools
16
16
distlib==0.3.9
17
17
# via virtualenv
18
- filelock==3.16.1
18
+ filelock==3.17.0
19
19
# via virtualenv
20
- identify==2.6.4
20
+ identify==2.6.6
21
21
# via pre-commit
22
- importlib-metadata==8.5.0
22
+ importlib-metadata==8.6.1
23
23
# via
24
24
# -c ././deps/constraints.txt
25
25
# build
@@ -36,7 +36,7 @@ platformdirs==4.3.6
36
36
# via
37
37
# -c ./test.txt
38
38
# virtualenv
39
- pre-commit==4.0.1
39
+ pre-commit==4.1.0
40
40
# via -r ./dev.in
41
41
pyproject-hooks==1.2.0
42
42
# via
@@ -51,7 +51,7 @@ tomli==2.2.1
51
51
# -c ./test.txt
52
52
# build
53
53
# pip-tools
54
- virtualenv==20.28 .1
54
+ virtualenv==20.29 .1
55
55
# via pre-commit
56
56
wheel==0.45.1
57
57
# via pip-tools
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ six==1.17.0
20
20
# via
21
21
# -c ./base.txt
22
22
# python-dateutil
23
- tzdata==2024.2
23
+ tzdata==2025.1
24
24
# via pandas
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile ./extra-epub.in
6
6
#
7
- pypandoc==1.14
7
+ pypandoc==1.15
8
8
# via -r ./extra-epub.in
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile ./extra-markdown.in
6
6
#
7
- importlib-metadata==8.5.0
7
+ importlib-metadata==8.6.1
8
8
# via
9
9
# -c ././deps/constraints.txt
10
10
# markdown
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ lxml==5.3.0
8
8
# via
9
9
# -c ./base.txt
10
10
# python-docx
11
- pypandoc==1.14
11
+ pypandoc==1.15
12
12
# via -r ./extra-odt.in
13
13
python-docx==1.1.2
14
14
# via -r ./extra-odt.in
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile ./extra-paddleocr.in
6
6
#
7
- anyio==4.7 .0
7
+ anyio==4.8 .0
8
8
# via
9
9
# -c ./base.txt
10
10
# httpx
@@ -32,7 +32,7 @@ exceptiongroup==1.2.2
32
32
# via
33
33
# -c ./base.txt
34
34
# anyio
35
- fonttools==4.55.3
35
+ fonttools==4.55.4
36
36
# via matplotlib
37
37
h11==0.14.0
38
38
# via
@@ -52,13 +52,13 @@ idna==3.10
52
52
# anyio
53
53
# httpx
54
54
# requests
55
- imageio==2.36.1
55
+ imageio==2.37.0
56
56
# via
57
57
# imgaug
58
58
# scikit-image
59
59
imgaug==0.4.0
60
60
# via unstructured-paddleocr
61
- importlib-resources==6.5.1
61
+ importlib-resources==6.5.2
62
62
# via matplotlib
63
63
kiwisolver==1.4.7
64
64
# via matplotlib
@@ -86,9 +86,9 @@ numpy==1.26.4
86
86
# shapely
87
87
# tifffile
88
88
# unstructured-paddleocr
89
- opencv-contrib-python==4.10 .0.84
89
+ opencv-contrib-python==4.11 .0.86
90
90
# via unstructured-paddleocr
91
- opencv-python==4.10 .0.84
91
+ opencv-python==4.11 .0.86
92
92
# via
93
93
# imgaug
94
94
# unstructured-paddleocr
@@ -113,10 +113,8 @@ pillow==11.1.0
113
113
# pdf2image
114
114
# scikit-image
115
115
# unstructured-paddleocr
116
- protobuf==4.25.5
117
- # via
118
- # -c ././deps/constraints.txt
119
- # paddlepaddle
116
+ protobuf==5.29.3
117
+ # via paddlepaddle
120
118
pyclipper==1.3.0.post6
121
119
# via unstructured-paddleocr
122
120
pyparsing==3.2.1
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile ./extra-pandoc.in
6
6
#
7
- pypandoc==1.14
7
+ pypandoc==1.15
8
8
# via -r ./extra-pandoc.in
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ google-cloud-vision
11
11
effdet
12
12
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
13
13
# when unstructured library is.
14
- unstructured-inference== 0.8.1
14
+ unstructured-inference>= 0.8.6
15
15
unstructured.pytesseract>=0.3.12
You can’t perform that action at this time.
0 commit comments