File tree Expand file tree Collapse file tree 5 files changed +12
-19
lines changed
unstructured_platform_plugins Expand file tree Collapse file tree 5 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.22
2+
3+ * ** Bump ` unstructured-ingest ` to 0.4.0**
4+
15## 0.0.21
26
37* ** Bump ` unstructured-ingest ` to 0.3.15**
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ typing-extensions==4.12.2
120120 # uvicorn
121121typing-inspect==0.9.0
122122 # via dataclasses-json
123- tzdata==2024.2
123+ tzdata==2025.1
124124 # via pandas
125- unstructured-ingest==0.3.15
125+ unstructured-ingest==0.4.0
126126 # via -r ./cli.in
127127uvicorn==0.34.0
128128 # via -r ./cli.in
Original file line number Diff line number Diff line change 1- unstructured-ingest>=0.3.15
1+ unstructured-ingest>=0.4.0
Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ backports-tarfile==1.2.0
44 # via jaraco-context
55certifi==2024.12.14
66 # via requests
7- cffi==1.17.1
8- # via cryptography
97charset-normalizer==3.4.1
108 # via requests
11- cryptography==44.0.0
12- # via secretstorage
139docutils==0.21.2
1410 # via readme-renderer
11+ id==1.5.0
12+ # via twine
1513idna==3.10
1614 # via requests
1715importlib-metadata==8.6.1
@@ -22,10 +20,6 @@ jaraco-context==6.0.1
2220 # via keyring
2321jaraco-functools==4.1.0
2422 # via keyring
25- jeepney==0.8.0
26- # via
27- # keyring
28- # secretstorage
2923keyring==25.6.0
3024 # via twine
3125markdown-it-py==3.0.0
@@ -40,10 +34,6 @@ nh3==0.2.20
4034 # via readme-renderer
4135packaging==24.2
4236 # via twine
43- pkginfo==1.12.0
44- # via twine
45- pycparser==2.22
46- # via cffi
4737pygments==2.19.1
4838 # via
4939 # readme-renderer
@@ -52,6 +42,7 @@ readme-renderer==44.0
5242 # via twine
5343requests==2.32.3
5444 # via
45+ # id
5546 # requests-toolbelt
5647 # twine
5748requests-toolbelt==1.0.0
@@ -60,9 +51,7 @@ rfc3986==2.0.0
6051 # via twine
6152rich==13.9.4
6253 # via twine
63- secretstorage==3.3.3
64- # via keyring
65- twine==6.0.1
54+ twine==6.1.0
6655 # via -r ./release.in
6756typing-extensions==4.12.2
6857 # via rich
Original file line number Diff line number Diff line change 1- __version__ = "0.0.21 " # pragma: no cover
1+ __version__ = "0.0.22 " # pragma: no cover
You can’t perform that action at this time.
0 commit comments