Skip to content

Commit face075

Browse files
committed
chore: dependency updates to resolve cves
1 parent 6c1bbb3 commit face075

16 files changed

+221
-220
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## 0.18.21-dev0
1+
## 0.18.21
22

33
### Enhancement
44
- Update save_elements unit test to check crop box padding behavior
55

66
### Features
77

88
### Fixes
9+
- **Update `unstructured-inference`** to 1.1.2 to address CVEs
910

1011
## 0.18.20
1112

requirements/base.txt

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile ./base.in
5+
# pip-compile --no-strip-extras ./base.in
66
#
77
anyio==4.11.0
88
# via httpx
99
backoff==2.2.1
10-
# via -r ./base.in
10+
# via -r base.in
1111
beautifulsoup4==4.14.2
12-
# via -r ./base.in
13-
certifi==2025.10.5
12+
# via -r base.in
13+
certifi==2025.11.12
1414
# via
1515
# httpcore
1616
# httpx
@@ -20,31 +20,31 @@ cffi==2.0.0
2020
# via cryptography
2121
charset-normalizer==3.4.4
2222
# via
23-
# -r ./base.in
23+
# -r base.in
2424
# requests
2525
# unstructured-client
26-
click==8.3.0
26+
click==8.3.1
2727
# via
2828
# nltk
2929
# python-oxmsg
3030
cryptography==46.0.3
3131
# via unstructured-client
3232
dataclasses-json==0.6.7
3333
# via
34-
# -r ./base.in
34+
# -r base.in
3535
# unstructured-client
3636
deepdiff==8.6.1
3737
# via unstructured-client
3838
emoji==2.15.0
39-
# via -r ./base.in
39+
# via -r base.in
4040
exceptiongroup==1.3.0
4141
# via anyio
4242
filetype==1.2.0
43-
# via -r ./base.in
43+
# via -r base.in
4444
h11==0.16.0
4545
# via httpcore
4646
html5lib==1.1
47-
# via -r ./base.in
47+
# via -r base.in
4848
httpcore==1.0.9
4949
# via httpx
5050
httpx==0.28.1
@@ -60,9 +60,9 @@ joblib==1.5.2
6060
jsonpath-python==1.0.6
6161
# via unstructured-client
6262
langdetect==1.0.9
63-
# via -r ./base.in
63+
# via -r base.in
6464
lxml==6.0.2
65-
# via -r ./base.in
65+
# via -r base.in
6666
marshmallow==3.26.1
6767
# via
6868
# dataclasses-json
@@ -74,9 +74,9 @@ mypy-extensions==1.1.0
7474
nest-asyncio==1.6.0
7575
# via unstructured-client
7676
nltk==3.9.2
77-
# via -r ./base.in
77+
# via -r base.in
7878
numpy==2.2.6
79-
# via -r ./base.in
79+
# via -r base.in
8080
olefile==0.47
8181
# via python-oxmsg
8282
orderly-set==5.5.0
@@ -86,26 +86,26 @@ packaging==25.0
8686
# marshmallow
8787
# unstructured-client
8888
psutil==7.1.3
89-
# via -r ./base.in
89+
# via -r base.in
9090
pycparser==2.23
9191
# via cffi
92-
pypdf==6.1.3
92+
pypdf==6.3.0
9393
# via unstructured-client
9494
python-dateutil==2.9.0.post0
9595
# via unstructured-client
96-
python-iso639==2025.2.18
97-
# via -r ./base.in
96+
python-iso639==2025.11.16
97+
# via -r base.in
9898
python-magic==0.4.27
99-
# via -r ./base.in
99+
# via -r base.in
100100
python-oxmsg==0.0.2
101-
# via -r ./base.in
101+
# via -r base.in
102102
rapidfuzz==3.14.3
103-
# via -r ./base.in
103+
# via -r base.in
104104
regex==2025.11.3
105105
# via nltk
106106
requests==2.32.5
107107
# via
108-
# -r ./base.in
108+
# -r base.in
109109
# requests-toolbelt
110110
# unstructured-client
111111
requests-toolbelt==1.0.0
@@ -122,11 +122,11 @@ soupsieve==2.8
122122
# via beautifulsoup4
123123
tqdm==4.67.1
124124
# via
125-
# -r ./base.in
125+
# -r base.in
126126
# nltk
127127
typing-extensions==4.15.0
128128
# via
129-
# -r ./base.in
129+
# -r base.in
130130
# anyio
131131
# beautifulsoup4
132132
# cryptography
@@ -141,14 +141,14 @@ typing-inspect==0.9.0
141141
# unstructured-client
142142
unstructured-client==0.25.9
143143
# via
144-
# -c /Users/luke/git/unstructured/requirements/deps/constraints.txt
145-
# -r ./base.in
144+
# -c deps/constraints.txt
145+
# -r base.in
146146
urllib3==2.5.0
147147
# via
148-
# -c /Users/luke/git/unstructured/requirements/deps/constraints.txt
148+
# -c deps/constraints.txt
149149
# requests
150150
# unstructured-client
151151
webencodings==0.5.1
152152
# via html5lib
153-
wrapt==2.0.0
154-
# via -r ./base.in
153+
wrapt==2.0.1
154+
# via -r base.in

requirements/dev.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile ./dev.in
5+
# pip-compile --no-strip-extras ./dev.in
66
#
77
build==1.3.0
88
# via pip-tools
9-
cfgv==3.4.0
9+
cfgv==3.5.0
1010
# via pre-commit
11-
click==8.3.0
11+
click==8.3.1
1212
# via
13-
# -c /Users/luke/git/unstructured/requirements/base.txt
14-
# -c /Users/luke/git/unstructured/requirements/test.txt
13+
# -c base.txt
14+
# -c test.txt
1515
# pip-tools
1616
distlib==0.4.0
1717
# via virtualenv
@@ -23,17 +23,17 @@ nodeenv==1.9.1
2323
# via pre-commit
2424
packaging==25.0
2525
# via
26-
# -c /Users/luke/git/unstructured/requirements/base.txt
27-
# -c /Users/luke/git/unstructured/requirements/test.txt
26+
# -c base.txt
27+
# -c test.txt
2828
# build
29-
pip-tools==7.5.1
30-
# via -r ./dev.in
29+
pip-tools==7.5.2
30+
# via -r dev.in
3131
platformdirs==4.5.0
3232
# via
33-
# -c /Users/luke/git/unstructured/requirements/test.txt
33+
# -c test.txt
3434
# virtualenv
35-
pre-commit==4.3.0
36-
# via -r ./dev.in
35+
pre-commit==4.4.0
36+
# via -r dev.in
3737
pyproject-hooks==1.2.0
3838
# via
3939
# build
@@ -42,13 +42,13 @@ pyyaml==6.0.3
4242
# via pre-commit
4343
tomli==2.3.0
4444
# via
45-
# -c /Users/luke/git/unstructured/requirements/test.txt
45+
# -c test.txt
4646
# build
4747
# pip-tools
4848
typing-extensions==4.15.0
4949
# via
50-
# -c /Users/luke/git/unstructured/requirements/base.txt
51-
# -c /Users/luke/git/unstructured/requirements/test.txt
50+
# -c base.txt
51+
# -c test.txt
5252
# virtualenv
5353
virtualenv==20.35.4
5454
# via pre-commit

requirements/extra-csv.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile ./extra-csv.in
5+
# pip-compile --no-strip-extras ./extra-csv.in
66
#
77
numpy==2.2.6
88
# via
9-
# -c /Users/luke/git/unstructured/requirements/base.txt
9+
# -c base.txt
1010
# pandas
1111
pandas==2.3.3
12-
# via -r ./extra-csv.in
12+
# via -r extra-csv.in
1313
python-dateutil==2.9.0.post0
1414
# via
15-
# -c /Users/luke/git/unstructured/requirements/base.txt
15+
# -c base.txt
1616
# pandas
1717
pytz==2025.2
1818
# via pandas
1919
six==1.17.0
2020
# via
21-
# -c /Users/luke/git/unstructured/requirements/base.txt
21+
# -c base.txt
2222
# python-dateutil
2323
tzdata==2025.2
2424
# via pandas

requirements/extra-docx.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile ./extra-docx.in
5+
# pip-compile --no-strip-extras ./extra-docx.in
66
#
77
lxml==6.0.2
88
# via
9-
# -c /Users/luke/git/unstructured/requirements/base.txt
9+
# -c base.txt
1010
# python-docx
1111
python-docx==1.2.0
12-
# via -r ./extra-docx.in
12+
# via -r extra-docx.in
1313
typing-extensions==4.15.0
1414
# via
15-
# -c /Users/luke/git/unstructured/requirements/base.txt
15+
# -c base.txt
1616
# python-docx

requirements/extra-epub.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile ./extra-epub.in
5+
# pip-compile --no-strip-extras ./extra-epub.in
66
#
7-
pypandoc==1.15
8-
# via -r ./extra-epub.in
7+
pypandoc==1.16.2
8+
# via -r extra-epub.in

requirements/extra-markdown.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile ./extra-markdown.in
5+
# pip-compile --no-strip-extras ./extra-markdown.in
66
#
77
markdown==3.10
8-
# via -r ./extra-markdown.in
8+
# via -r extra-markdown.in

requirements/extra-odt.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile ./extra-odt.in
5+
# pip-compile --no-strip-extras ./extra-odt.in
66
#
77
lxml==6.0.2
88
# via
9-
# -c /Users/luke/git/unstructured/requirements/base.txt
9+
# -c base.txt
1010
# python-docx
11-
pypandoc==1.15
12-
# via -r ./extra-odt.in
11+
pypandoc==1.16.2
12+
# via -r extra-odt.in
1313
python-docx==1.2.0
14-
# via -r ./extra-odt.in
14+
# via -r extra-odt.in
1515
typing-extensions==4.15.0
1616
# via
17-
# -c /Users/luke/git/unstructured/requirements/base.txt
17+
# -c base.txt
1818
# python-docx

0 commit comments

Comments
 (0)