Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.21

* **Bump `unstructured-ingest` to 0.3.15**

## 0.0.20

* **Expand support to Python 3.13**
Expand Down
4 changes: 2 additions & 2 deletions requirements/cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mypy-extensions==1.0.0
# via typing-inspect
ndjson==0.3.1
# via unstructured-ingest
numpy==2.2.1
numpy==2.2.2
# via pandas
opentelemetry-api==1.29.0
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ typing-inspect==0.9.0
# via dataclasses-json
tzdata==2024.2
# via pandas
unstructured-ingest==0.3.13
unstructured-ingest==0.3.15
# via -r ./cli.in
uvicorn==0.34.0
# via -r ./cli.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
unstructured-ingest>=0.3.13
unstructured-ingest>=0.3.15
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pyflakes==3.2.0
# via
# autoflake
# flake8
ruff==0.9.1
ruff==0.9.2
# via -r ./lint.in
tomli==2.2.1
# via
Expand Down
14 changes: 13 additions & 1 deletion requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,28 @@ backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
cryptography==44.0.0
# via secretstorage
docutils==0.21.2
# via readme-renderer
idna==3.10
# via requests
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via keyring
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -34,6 +42,8 @@ packaging==24.2
# via twine
pkginfo==1.12.0
# via twine
pycparser==2.22
# via cffi
pygments==2.19.1
# via
# readme-renderer
Expand All @@ -50,6 +60,8 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
twine==6.0.1
# via -r ./release.in
typing-extensions==4.12.2
Expand Down
2 changes: 1 addition & 1 deletion unstructured_platform_plugins/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.20" # pragma: no cover
__version__ = "0.0.21" # pragma: no cover
Loading