Split parser and service install extras - #3
Merged
Conversation
JSv4
marked this pull request as ready for review
July 6, 2026 06:32
JSv4
marked this pull request as draft
July 6, 2026 06:40
JSv4
marked this pull request as ready for review
July 6, 2026 06:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
serviceextra.parser,service,ocr, andall; keep the benchmark-onlytablesextra separate.warp-ingest[service]orwarp-ingest[all].uv.lock, and add metadata tests guarding the dependency boundary.Impact
Parser consumers can install
warp-ingestorwarp-ingest[parser]without microservice runtime dependencies. Service deployments can usewarp-ingest[service]orwarp-ingest[all]for the OCR-enabled service image/profile.Because the package was just released today, this intentionally treats the bare-install behavior change as a packaging correction before broader adoption.
Validation
env UV_CACHE_DIR=/tmp/uv-cache uv run pytest tests/test_package_metadata.py tests/test_service.py -qenv UV_CACHE_DIR=/tmp/uv-cache uv run black --check warp_ingest/ingestion_daemon/service_dependencies.py warp_ingest/ingestion_daemon/__main__.py warp_ingest/ingestion_daemon/app.py warp_ingest/ingestion_daemon/auth.py tests/test_package_metadata.pyenv UV_CACHE_DIR=/tmp/uv-cache uv run isort --check-only warp_ingest/ingestion_daemon/service_dependencies.py warp_ingest/ingestion_daemon/__main__.py warp_ingest/ingestion_daemon/app.py warp_ingest/ingestion_daemon/auth.py tests/test_package_metadata.pyenv UV_CACHE_DIR=/tmp/uv-cache uv build --wheel --out-dir /tmp/warp-ingest-dist