Skip to content

Commit 91c0617

Browse files
chore(deps): Bump unstructured[local-inference] from 0.10.13 to 0.10.14 in /requirements (#230)
Bumps [unstructured[local-inference]](https://github.com/Unstructured-IO/unstructured) from 0.10.13 to 0.10.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Unstructured-IO/unstructured/releases">unstructured[local-inference]'s releases</a>.</em></p> <blockquote> <h2>0.10.14</h2> <h3>Enhancements</h3> <ul> <li>Update all connectors to use new downstream architecture <ul> <li>New click type added to parse comma-delimited string inputs</li> <li>Some CLI options renamed</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md">unstructured[local-inference]'s changelog</a>.</em></p> <blockquote> <h2>0.10.14</h2> <h3>Enhancements</h3> <ul> <li>Update all connectors to use new downstream architecture <ul> <li>New click type added to parse comma-delimited string inputs</li> <li>Some CLI options renamed</li> </ul> </li> </ul> <h3>Features</h3> <h3>Fixes</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/59e850bbd9d1c614e04f72f506e0f0360a0a34cc"><code>59e850b</code></a> Roman/downstream connector cli subcommand (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/1302">#1302</a>)</li> <li>See full diff in <a href="https://github.com/Unstructured-IO/unstructured/compare/0.10.13...0.10.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unstructured[local-inference]&package-manager=pip&previous-version=0.10.13&new-version=0.10.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin Walker <[email protected]> Co-authored-by: Austin Walker <[email protected]>
1 parent 50b5716 commit 91c0617

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
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.44-dev0
2+
3+
* Bump unstructured to 0.10.14
4+
15
## 0.0.43
26

37
* Bump unstructured to 0.10.13

prepline_general/api/general.py

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

508508

509509
@router.post("/general/v0/general")
510-
@router.post("/general/v0.0.43/general")
510+
@router.post("/general/v0.0.44/general")
511511
def pipeline_1(
512512
request: Request,
513513
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.43
2+
version: 0.0.44

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fsspec==2023.9.0
6464
# via huggingface-hub
6565
h11==0.14.0
6666
# via uvicorn
67-
huggingface-hub==0.16.4
67+
huggingface-hub==0.17.1
6868
# via
6969
# timm
7070
# transformers
@@ -97,7 +97,7 @@ markupsafe==2.1.3
9797
# via jinja2
9898
marshmallow==3.20.1
9999
# via dataclasses-json
100-
matplotlib==3.7.2
100+
matplotlib==3.7.3
101101
# via pycocotools
102102
mpmath==1.3.0
103103
# via sympy
@@ -187,7 +187,7 @@ pydantic==1.10.12
187187
# fastapi
188188
pypandoc==1.11
189189
# via unstructured
190-
pyparsing==3.0.9
190+
pyparsing==3.1.1
191191
# via matplotlib
192192
pypdf==3.16.0
193193
# via -r requirements/base.in
@@ -291,7 +291,7 @@ typing-inspect==0.9.0
291291
# via dataclasses-json
292292
tzdata==2023.3
293293
# via pandas
294-
unstructured[local-inference]==0.10.13
294+
unstructured[local-inference]==0.10.14
295295
# via -r requirements/base.in
296296
unstructured-inference==0.5.25
297297
# via unstructured

requirements/test.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ h11==0.14.0
177177
# -r requirements/base.txt
178178
# httpcore
179179
# uvicorn
180-
httpcore==0.17.3
180+
httpcore==0.18.0
181181
# via httpx
182-
httpx==0.24.1
182+
httpx==0.25.0
183183
# via -r requirements/test.in
184-
huggingface-hub==0.16.4
184+
huggingface-hub==0.17.1
185185
# via
186186
# -r requirements/base.txt
187187
# timm
@@ -286,7 +286,7 @@ jupyterlab==4.0.5
286286
# via notebook
287287
jupyterlab-pygments==0.2.2
288288
# via nbconvert
289-
jupyterlab-server==2.24.0
289+
jupyterlab-server==2.25.0
290290
# via
291291
# jupyterlab
292292
# notebook
@@ -320,7 +320,7 @@ marshmallow==3.20.1
320320
# via
321321
# -r requirements/base.txt
322322
# dataclasses-json
323-
matplotlib==3.7.2
323+
matplotlib==3.7.3
324324
# via
325325
# -r requirements/base.txt
326326
# pycocotools
@@ -536,7 +536,7 @@ pypandoc==1.11
536536
# via
537537
# -r requirements/base.txt
538538
# unstructured
539-
pyparsing==3.0.9
539+
pyparsing==3.1.1
540540
# via
541541
# -r requirements/base.txt
542542
# matplotlib
@@ -779,7 +779,7 @@ tzdata==2023.3
779779
# via
780780
# -r requirements/base.txt
781781
# pandas
782-
unstructured[local-inference]==0.10.13
782+
unstructured[local-inference]==0.10.14
783783
# via -r requirements/base.txt
784784
unstructured-inference==0.5.25
785785
# via
@@ -803,7 +803,7 @@ webencodings==0.5.1
803803
# via
804804
# bleach
805805
# tinycss2
806-
websocket-client==1.6.2
806+
websocket-client==1.6.3
807807
# via jupyter-server
808808
wheel==0.41.2
809809
# via astunparse

0 commit comments

Comments
 (0)