Skip to content

chore/receive ingest 0.3.12 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 6 additions & 6 deletions requirements/cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# uv pip compile ./cli.in --output-file ./cli.txt --no-strip-extras --python-version 3.10
annotated-types==0.7.0
# via pydantic
anyio==4.7.0
anyio==4.8.0
# via starlette
asgiref==3.8.1
# via opentelemetry-instrumentation-asgi
click==8.1.7
click==8.1.8
# via
# -r ./cli.in
# unstructured-ingest
Expand All @@ -24,21 +24,21 @@ fastapi==0.115.6
# via -r ./cli.in
googleapis-common-protos==1.66.0
# via opentelemetry-exporter-otlp-proto-grpc
grpcio==1.68.1
grpcio==1.69.0
# via opentelemetry-exporter-otlp-proto-grpc
h11==0.14.0
# via uvicorn
idna==3.10
# via anyio
importlib-metadata==8.5.0
# via opentelemetry-api
marshmallow==3.23.2
marshmallow==3.24.1
# via dataclasses-json
mypy-extensions==1.0.0
# via typing-inspect
ndjson==0.3.1
# via unstructured-ingest
numpy==2.2.0
numpy==2.2.1
# 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.11
unstructured-ingest==0.3.12
# 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.1
unstructured-ingest>=0.3.12
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autoflake==2.3.1
# via -r ./lint.in
black==24.10.0
# via -r ./lint.in
click==8.1.7
click==8.1.8
# via black
flake8==7.1.1
# via
Expand All @@ -14,7 +14,7 @@ flake8-print==5.0.0
# via -r ./lint.in
mccabe==0.7.0
# via flake8
mypy==1.13.0
mypy==1.14.1
# via -r ./lint.in
mypy-extensions==1.0.0
# via
Expand All @@ -34,7 +34,7 @@ pyflakes==3.2.0
# via
# autoflake
# flake8
ruff==0.8.4
ruff==0.8.6
# via -r ./lint.in
tomli==2.2.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
docutils==0.21.2
# via readme-renderer
Expand All @@ -18,7 +18,7 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
keyring==25.5.0
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -34,7 +34,7 @@ packaging==24.2
# via twine
pkginfo==1.12.0
# via twine
pygments==2.18.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand All @@ -54,7 +54,7 @@ twine==6.0.1
# via -r ./release.in
typing-extensions==4.12.2
# via rich
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile ./test.in --output-file ./test.txt --no-strip-extras --python-version 3.10
anyio==4.7.0
anyio==4.8.0
# via httpx
certifi==2024.12.14
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/validate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# uv pip compile ./validate.in --output-file ./validate.txt --no-strip-extras --python-version 3.10
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via -r ./validate.in
idna==3.10
# via requests
requests==2.32.3
# via -r ./validate.in
urllib3==2.2.3
urllib3==2.3.0
# via requests
Loading