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.22

* **Bump `unstructured-ingest` to 0.4.0**

## 0.0.21

* **Bump `unstructured-ingest` to 0.3.15**
Expand Down
4 changes: 2 additions & 2 deletions requirements/cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ typing-extensions==4.12.2
# uvicorn
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2024.2
tzdata==2025.1
# via pandas
unstructured-ingest==0.3.15
unstructured-ingest==0.4.0
# 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.15
unstructured-ingest>=0.4.0
19 changes: 4 additions & 15 deletions requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ 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
id==1.5.0
# via twine
idna==3.10
# via requests
importlib-metadata==8.6.1
Expand All @@ -22,10 +20,6 @@ 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 @@ -40,10 +34,6 @@ nh3==0.2.20
# via readme-renderer
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 @@ -52,6 +42,7 @@ readme-renderer==44.0
# via twine
requests==2.32.3
# via
# id
# requests-toolbelt
# twine
requests-toolbelt==1.0.0
Expand All @@ -60,9 +51,7 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
twine==6.0.1
twine==6.1.0
# via -r ./release.in
typing-extensions==4.12.2
# via rich
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.21" # pragma: no cover
__version__ = "0.0.22" # pragma: no cover
Loading