chore: pin document recognition engine
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled

This commit is contained in:
Vadim Malanov
2026-06-25 11:43:29 +03:00
parent 809d7244bf
commit 4fcec8039b
7 changed files with 154 additions and 459 deletions

View File

@@ -37,6 +37,7 @@ dependencies = [
# Ingestion - pin Docling tight since its DocumentConverter API
# still moves between minor releases; lift the upper bound only
# after a smoke test on a staging corpus.
"teamhub-document-recognition-engine @ git+https://github.com/GoodOneFather/TeamHUB_Engines.git@teamhub-document-recognition-engine-v0.1.0#subdirectory=engines/teamhub-document-recognition-engine",
"ocrmypdf>=16.4.0,<17",
"pikepdf>=9.0.0,<10",
"pypdf>=4.3.0,<6",
@@ -84,6 +85,9 @@ legacyhub-smoke = "scripts.smoke_test:main"
[tool.hatch.build.targets.wheel]
packages = ["app", "scripts"]
[tool.hatch.metadata]
allow-direct-references = true
[tool.ruff]
line-length = 100
target-version = "py311"