Update core dependencies
This commit is contained in:
parent
d4ff1febbc
commit
271af6cb3c
4 changed files with 838 additions and 658 deletions
|
|
@ -9,8 +9,8 @@ requires-python = ">=3.12"
|
|||
|
||||
dependencies = [
|
||||
"haiku.rag-slim",
|
||||
"pydantic-ai-slim[evals,logfire]>=1.27.0",
|
||||
"datasets>=4.4.1",
|
||||
"pydantic-ai-slim[evals,logfire]>=1.39.0",
|
||||
"datasets>=4.4.2",
|
||||
"typer>=0.19.2,<0.20.0",
|
||||
"python-dotenv>=1.2.1",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -37,15 +37,15 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
# Document processing
|
||||
docling = ["docling==2.65.0", "opencv-python-headless>=4.11.0.86"]
|
||||
docling = ["docling==2.65.0", "opencv-python-headless>=4.12.0.88"]
|
||||
# Embedding providers
|
||||
voyageai = ["voyageai>=0.3.5"]
|
||||
voyageai = ["voyageai>=0.3.7"]
|
||||
# Rerankers
|
||||
mxbai = ["mxbai-rerank>=0.1.6"]
|
||||
cohere = ["cohere>=5.20.0"]
|
||||
cohere = ["cohere>=5.20.1"]
|
||||
zeroentropy = ["zeroentropy>=0.1.0a7"]
|
||||
# Inspector TUI
|
||||
inspector = ["textual>=6.0.0", "textual-image>=0.8.4"]
|
||||
inspector = ["textual>=7.0.0", "textual-image>=0.8.5"]
|
||||
# Model providers (delegated to pydantic-ai-slim)
|
||||
anthropic = ["pydantic-ai-slim[anthropic]"]
|
||||
groq = ["pydantic-ai-slim[groq]"]
|
||||
|
|
|
|||
|
|
@ -67,10 +67,10 @@ members = ["haiku_rag_slim", "evaluations"]
|
|||
[dependency-groups]
|
||||
dev = [
|
||||
"haiku.rag-evals",
|
||||
"datasets>=4.4.1",
|
||||
"datasets>=4.4.2",
|
||||
"mkdocs>=1.6.1",
|
||||
"mkdocs-material>=9.7.0",
|
||||
"pre-commit>=4.5.0",
|
||||
"mkdocs-material>=9.7.1",
|
||||
"pre-commit>=4.5.1",
|
||||
"pydantic-ai-slim[anthropic]",
|
||||
"pydantic-ai-slim[bedrock]",
|
||||
"pydantic-ai-slim[google]",
|
||||
|
|
@ -79,8 +79,8 @@ dev = [
|
|||
"pytest>=9.0.2",
|
||||
"pytest-asyncio>=1.3.0",
|
||||
"pytest-cov>=7.0.0",
|
||||
"pytest-recording>=0.13.2",
|
||||
"ruff>=0.14.8",
|
||||
"pytest-recording>=0.13.4",
|
||||
"ruff>=0.14.10",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
|
|
|
|||
Loading…
Reference in a new issue