@@ -8,7 +8,7 @@ annotated-types==0.7.0
88 # via pydantic
99antlr4-python3-runtime==4.9.3
1010 # via omegaconf
11- anyio==4.4 .0
11+ anyio==4.6 .0
1212 # via
1313 # httpx
1414 # starlette
@@ -46,7 +46,9 @@ coloredlogs==15.0.1
4646contourpy==1.3.0
4747 # via matplotlib
4848cryptography==43.0.1
49- # via pdfminer-six
49+ # via
50+ # pdfminer-six
51+ # unstructured-client
5052cycler==0.12.1
5153 # via matplotlib
5254dataclasses-json==0.6.7
@@ -59,15 +61,15 @@ deprecated==1.2.14
5961 # via pikepdf
6062effdet==0.4.1
6163 # via unstructured
62- emoji==2.12.1
64+ emoji==2.13.0
6365 # via unstructured
6466et-xmlfile==1.1.0
6567 # via openpyxl
6668exceptiongroup==1.2.2
6769 # via anyio
6870fastapi==0.113.0
6971 # via -r requirements/base.in
70- filelock==3.16.0
72+ filelock==3.16.1
7173 # via
7274 # huggingface-hub
7375 # torch
@@ -76,15 +78,15 @@ filetype==1.2.0
7678 # via unstructured
7779flatbuffers==24.3.25
7880 # via onnxruntime
79- fonttools==4.53.1
81+ fonttools==4.54.0
8082 # via matplotlib
8183fsspec==2024.9.0
8284 # via
8385 # huggingface-hub
8486 # torch
85- google-api-core[grpc]==2.19.2
87+ google-api-core[grpc]==2.20.0
8688 # via google-cloud-vision
87- google-auth==2.34 .0
89+ google-auth==2.35 .0
8890 # via
8991 # google-api-core
9092 # google-cloud-vision
@@ -108,15 +110,15 @@ httpcore==1.0.5
108110 # via httpx
109111httpx==0.27.2
110112 # via unstructured-client
111- huggingface-hub==0.24.6
113+ huggingface-hub==0.25.1
112114 # via
113115 # timm
114116 # tokenizers
115117 # transformers
116118 # unstructured-inference
117119humanfriendly==10.0
118120 # via coloredlogs
119- idna==3.8
121+ idna==3.10
120122 # via
121123 # anyio
122124 # httpx
@@ -211,7 +213,7 @@ packaging==24.1
211213 # transformers
212214 # unstructured-client
213215 # unstructured-pytesseract
214- pandas==2.2.2
216+ pandas==2.2.3
215217 # via
216218 # layoutparser
217219 # unstructured
@@ -246,7 +248,7 @@ proto-plus==1.24.0
246248 # via
247249 # google-api-core
248250 # google-cloud-vision
249- protobuf==5.28.0
251+ protobuf==5.28.2
250252 # via
251253 # google-api-core
252254 # google-cloud-vision
@@ -259,27 +261,27 @@ psutil==6.0.0
259261 # via
260262 # -r requirements/base.in
261263 # unstructured
262- pyasn1==0.6.0
264+ pyasn1==0.6.1
263265 # via
264266 # pyasn1-modules
265267 # rsa
266- pyasn1-modules==0.4.0
268+ pyasn1-modules==0.4.1
267269 # via google-auth
268270pycocotools==2.0.8
269271 # via effdet
270272pycparser==2.22
271273 # via cffi
272274pycryptodome==3.20.0
273275 # via -r requirements/base.in
274- pydantic==2.9.1
276+ pydantic==2.9.2
275277 # via fastapi
276- pydantic-core==2.23.3
278+ pydantic-core==2.23.4
277279 # via pydantic
278280pypandoc==1.13
279281 # via unstructured
280282pyparsing==3.1.4
281283 # via matplotlib
282- pypdf==4.3.1
284+ pypdf==5.0.0
283285 # via
284286 # -r requirements/base.in
285287 # unstructured
@@ -297,13 +299,13 @@ python-iso639==2024.4.27
297299 # via unstructured
298300python-magic==0.4.27
299301 # via unstructured
300- python-multipart==0.0.9
302+ python-multipart==0.0.10
301303 # via unstructured-inference
302304python-oxmsg==0.0.1
303305 # via unstructured
304306python-pptx==1.0.2
305307 # via unstructured
306- pytz==2024.1
308+ pytz==2024.2
307309 # via pandas
308310pyyaml==6.0.2
309311 # via
@@ -312,13 +314,13 @@ pyyaml==6.0.2
312314 # omegaconf
313315 # timm
314316 # transformers
315- rapidfuzz==3.9.7
317+ rapidfuzz==3.10.0
316318 # via
317319 # unstructured
318320 # unstructured-inference
319321ratelimit==2.2.1
320322 # via -r requirements/base.in
321- regex==2024.7.24
323+ regex==2024.9.11
322324 # via
323325 # nltk
324326 # transformers
@@ -352,9 +354,9 @@ sniffio==1.3.1
352354 # httpx
353355soupsieve==2.6
354356 # via beautifulsoup4
355- starlette==0.38.5
357+ starlette==0.38.6
356358 # via fastapi
357- sympy==1.13.2
359+ sympy==1.13.3
358360 # via
359361 # onnxruntime
360362 # torch
@@ -409,15 +411,15 @@ typing-inspect==0.9.0
409411 # unstructured-client
410412tzdata==2024.1
411413 # via pandas
412- unstructured[all-docs]==0.15.10
414+ unstructured[all-docs]==0.15.13
413415 # via -r requirements/base.in
414- unstructured-client==0.25.8
416+ unstructured-client==0.25.9
415417 # via unstructured
416418unstructured-inference==0.7.36
417419 # via unstructured
418420unstructured-pytesseract==0.3.13
419421 # via unstructured
420- urllib3==2.2.2
422+ urllib3==2.2.3
421423 # via
422424 # requests
423425 # unstructured-client
0 commit comments