Skip to content

Commit 28e99f0

Browse files
🔀 Bump ingest version to 0.3.15 (#41)
1 parent e388fc7 commit 28e99f0

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.21
2+
3+
* **Bump `unstructured-ingest` to 0.3.15**
4+
15
## 0.0.20
26

37
* **Expand support to Python 3.13**

‎requirements/cli.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mypy-extensions==1.0.0
3838
# via typing-inspect
3939
ndjson==0.3.1
4040
# via unstructured-ingest
41-
numpy==2.2.1
41+
numpy==2.2.2
4242
# via pandas
4343
opentelemetry-api==1.29.0
4444
# via
@@ -122,7 +122,7 @@ typing-inspect==0.9.0
122122
# via dataclasses-json
123123
tzdata==2024.2
124124
# via pandas
125-
unstructured-ingest==0.3.13
125+
unstructured-ingest==0.3.15
126126
# via -r ./cli.in
127127
uvicorn==0.34.0
128128
# via -r ./cli.in

‎requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
unstructured-ingest>=0.3.13
1+
unstructured-ingest>=0.3.15

‎requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff 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
3939
tomli==2.2.1
4040
# via

‎requirements/release.txt

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,28 @@ backports-tarfile==1.2.0
44
# via jaraco-context
55
certifi==2024.12.14
66
# via requests
7+
cffi==1.17.1
8+
# via cryptography
79
charset-normalizer==3.4.1
810
# via requests
11+
cryptography==44.0.0
12+
# via secretstorage
913
docutils==0.21.2
1014
# via readme-renderer
1115
idna==3.10
1216
# via requests
13-
importlib-metadata==8.5.0
17+
importlib-metadata==8.6.1
1418
# via keyring
1519
jaraco-classes==3.4.0
1620
# via keyring
1721
jaraco-context==6.0.1
1822
# via keyring
1923
jaraco-functools==4.1.0
2024
# via keyring
25+
jeepney==0.8.0
26+
# via
27+
# keyring
28+
# secretstorage
2129
keyring==25.6.0
2230
# via twine
2331
markdown-it-py==3.0.0
@@ -34,6 +42,8 @@ packaging==24.2
3442
# via twine
3543
pkginfo==1.12.0
3644
# via twine
45+
pycparser==2.22
46+
# via cffi
3747
pygments==2.19.1
3848
# via
3949
# readme-renderer
@@ -50,6 +60,8 @@ rfc3986==2.0.0
5060
# via twine
5161
rich==13.9.4
5262
# via twine
63+
secretstorage==3.3.3
64+
# via keyring
5365
twine==6.0.1
5466
# via -r ./release.in
5567
typing-extensions==4.12.2
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.20" # pragma: no cover
1+
__version__ = "0.0.21" # pragma: no cover

0 commit comments

Comments
 (0)