Skip to content

Commit bf36143

Browse files
authored
chore/receive ingest 0.3.12 (#37)
1 parent cd950cc commit bf36143

File tree

8 files changed

+23
-19
lines changed

8 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.18
2+
3+
* **Receive ingest 0.3.12**
4+
15
## 0.0.17
26

37
* **Bugfix supporting list union types in response**

requirements/cli.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# uv pip compile ./cli.in --output-file ./cli.txt --no-strip-extras --python-version 3.10
33
annotated-types==0.7.0
44
# via pydantic
5-
anyio==4.7.0
5+
anyio==4.8.0
66
# via starlette
77
asgiref==3.8.1
88
# via opentelemetry-instrumentation-asgi
9-
click==8.1.7
9+
click==8.1.8
1010
# via
1111
# -r ./cli.in
1212
# unstructured-ingest
@@ -24,21 +24,21 @@ fastapi==0.115.6
2424
# via -r ./cli.in
2525
googleapis-common-protos==1.66.0
2626
# via opentelemetry-exporter-otlp-proto-grpc
27-
grpcio==1.68.1
27+
grpcio==1.69.0
2828
# via opentelemetry-exporter-otlp-proto-grpc
2929
h11==0.14.0
3030
# via uvicorn
3131
idna==3.10
3232
# via anyio
3333
importlib-metadata==8.5.0
3434
# via opentelemetry-api
35-
marshmallow==3.23.2
35+
marshmallow==3.24.1
3636
# via dataclasses-json
3737
mypy-extensions==1.0.0
3838
# via typing-inspect
3939
ndjson==0.3.1
4040
# via unstructured-ingest
41-
numpy==2.2.0
41+
numpy==2.2.1
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.11
125+
unstructured-ingest==0.3.12
126126
# via -r ./cli.in
127127
uvicorn==0.34.0
128128
# via -r ./cli.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
unstructured-ingest>=0.3.1
1+
unstructured-ingest>=0.3.12

requirements/lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ autoflake==2.3.1
44
# via -r ./lint.in
55
black==24.10.0
66
# via -r ./lint.in
7-
click==8.1.7
7+
click==8.1.8
88
# via black
99
flake8==7.1.1
1010
# via
@@ -14,7 +14,7 @@ flake8-print==5.0.0
1414
# via -r ./lint.in
1515
mccabe==0.7.0
1616
# via flake8
17-
mypy==1.13.0
17+
mypy==1.14.1
1818
# via -r ./lint.in
1919
mypy-extensions==1.0.0
2020
# via
@@ -34,7 +34,7 @@ pyflakes==3.2.0
3434
# via
3535
# autoflake
3636
# flake8
37-
ruff==0.8.4
37+
ruff==0.8.6
3838
# via -r ./lint.in
3939
tomli==2.2.1
4040
# via

requirements/release.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ backports-tarfile==1.2.0
44
# via jaraco-context
55
certifi==2024.12.14
66
# via requests
7-
charset-normalizer==3.4.0
7+
charset-normalizer==3.4.1
88
# via requests
99
docutils==0.21.2
1010
# via readme-renderer
@@ -18,7 +18,7 @@ jaraco-context==6.0.1
1818
# via keyring
1919
jaraco-functools==4.1.0
2020
# via keyring
21-
keyring==25.5.0
21+
keyring==25.6.0
2222
# via twine
2323
markdown-it-py==3.0.0
2424
# via rich
@@ -34,7 +34,7 @@ packaging==24.2
3434
# via twine
3535
pkginfo==1.12.0
3636
# via twine
37-
pygments==2.18.0
37+
pygments==2.19.1
3838
# via
3939
# readme-renderer
4040
# rich
@@ -54,7 +54,7 @@ twine==6.0.1
5454
# via -r ./release.in
5555
typing-extensions==4.12.2
5656
# via rich
57-
urllib3==2.2.3
57+
urllib3==2.3.0
5858
# via
5959
# requests
6060
# twine

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile ./test.in --output-file ./test.txt --no-strip-extras --python-version 3.10
3-
anyio==4.7.0
3+
anyio==4.8.0
44
# via httpx
55
certifi==2024.12.14
66
# via

requirements/validate.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# uv pip compile ./validate.in --output-file ./validate.txt --no-strip-extras --python-version 3.10
33
certifi==2024.12.14
44
# via requests
5-
charset-normalizer==3.4.0
5+
charset-normalizer==3.4.1
66
# via requests
7-
click==8.1.7
7+
click==8.1.8
88
# via -r ./validate.in
99
idna==3.10
1010
# via requests
1111
requests==2.32.3
1212
# via -r ./validate.in
13-
urllib3==2.2.3
13+
urllib3==2.3.0
1414
# via requests
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.17" # pragma: no cover
1+
__version__ = "0.0.18" # pragma: no cover

0 commit comments

Comments
 (0)