Skip to content

Commit 8714a6e

Browse files
committed
chore: add pydantic as an optional dependency
1 parent 0446338 commit 8714a6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dev = ["pytest", "pytest-asyncio", "ruff", "mypy", "pre-commit"]
6767
embeddings = ["sentence-transformers>=3.3.1"]
6868
colpali = ["colpali-engine"]
6969
lancedb = ["lancedb>=0.25.0"]
70+
pydantic = ["pydantic>=2.11.9"]
7071

7172
# We need to repeat the dependency above to make it available for the `all` feature.
7273
# Indirect dependencies such as "cocoindex[embeddings]" will not work for local development.

0 commit comments

Comments
 (0)