Skip to content

feat: DIA-2214: Utilities to support PDF use cases #397

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

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft
34 changes: 30 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"kombu (>=5.4.0rc2)",
"uvicorn",
"pydantic-settings (>=2.9.0,<3.0.0)",
"label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e513817b34a98f23d5645029d251c620485cb9f3.zip",
"label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/856f396d0ad76c201630f086e8cad16ea0d8b568.zip",
"requests (>=2.32.0,<3.0.0)",
# Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904
#litellm = "^1.47.2"
Expand Down