File tree Expand file tree Collapse file tree 6 files changed +22
-6
lines changed
unstructured_platform_plugins Expand file tree Collapse file tree 6 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 11## 0.0.20
22
3+ * ** Bump ` unstructured-ingest ` to 0.3.15**
4+
5+ ## 0.0.20
6+
37* ** Expand support to Python 3.13**
48
59## 0.0.19
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ mypy-extensions==1.0.0
3838 # via typing-inspect
3939ndjson==0.3.1
4040 # via unstructured-ingest
41- numpy==2.2.1
41+ numpy==2.2.2
4242 # via pandas
4343opentelemetry-api==1.29.0
4444 # via
@@ -122,7 +122,7 @@ typing-inspect==0.9.0
122122 # via dataclasses-json
123123tzdata==2024.2
124124 # via pandas
125- unstructured-ingest==0.3.13
125+ unstructured-ingest==0.3.15
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.13
1+ unstructured-ingest>=0.3.15
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ pyflakes==3.2.0
3434 # via
3535 # autoflake
3636 # flake8
37- ruff==0.9.1
37+ ruff==0.9.2
3838 # via -r ./lint.in
3939tomli==2.2.1
4040 # via
Original file line number Diff line number Diff line change @@ -4,20 +4,28 @@ backports-tarfile==1.2.0
44 # via jaraco-context
55certifi==2024.12.14
66 # via requests
7+ cffi==1.17.1
8+ # via cryptography
79charset-normalizer==3.4.1
810 # via requests
11+ cryptography==44.0.0
12+ # via secretstorage
913docutils==0.21.2
1014 # via readme-renderer
1115idna==3.10
1216 # via requests
13- importlib-metadata==8.5.0
17+ importlib-metadata==8.6.1
1418 # via keyring
1519jaraco-classes==3.4.0
1620 # via keyring
1721jaraco-context==6.0.1
1822 # via keyring
1923jaraco-functools==4.1.0
2024 # via keyring
25+ jeepney==0.8.0
26+ # via
27+ # keyring
28+ # secretstorage
2129keyring==25.6.0
2230 # via twine
2331markdown-it-py==3.0.0
@@ -34,6 +42,8 @@ packaging==24.2
3442 # via twine
3543pkginfo==1.12.0
3644 # via twine
45+ pycparser==2.22
46+ # via cffi
3747pygments==2.19.1
3848 # via
3949 # readme-renderer
@@ -50,6 +60,8 @@ rfc3986==2.0.0
5060 # via twine
5161rich==13.9.4
5262 # via twine
63+ secretstorage==3.3.3
64+ # via keyring
5365twine==6.0.1
5466 # via -r ./release.in
5567typing-extensions==4.12.2
Original file line number Diff line number Diff line change 1- __version__ = "0.0.20 " # pragma: no cover
1+ __version__ = "0.0.21 " # pragma: no cover
You can’t perform that action at this time.
0 commit comments