chore: mark blobpath as optional (#2271)

# What does this PR do?

This is not a core dependency of the distro server. It's only necessary
when using `inline::rag-runtime` or `inline::meta-reference` providers.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-05-27 10:55:24 +02:00 committed by GitHub
parent 28930cdab6
commit 448f00903d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 108 additions and 99 deletions

View file

@ -21,7 +21,6 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
]
dependencies = [
"blobfile",
"fire",
"httpx",
"huggingface-hub",
@ -73,6 +72,7 @@ unit = [
"opentelemetry-exporter-otlp-proto-http",
"sqlalchemy",
"sqlalchemy[asyncio]>=2.0.41",
"blobfile",
]
# These are the core dependencies required for running integration tests. They are shared across all
# providers. If a provider requires additional dependencies, please add them to your environment