Update dependencies
This commit is contained in:
parent
826986708d
commit
0ea5f1e10e
5 changed files with 2178 additions and 1431 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Changelog
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated core dependencies:
|
||||
|
||||
## [0.17.1] - 2025-11-18
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@ requires-python = ">=3.12"
|
|||
|
||||
dependencies = [
|
||||
"haiku.rag-slim",
|
||||
"pydantic-ai-slim[evals,logfire]>=1.17.0",
|
||||
"datasets>=4.3.0",
|
||||
"pydantic-ai-slim[evals,logfire]>=1.19.0",
|
||||
"datasets>=4.4.1",
|
||||
"typer>=0.19.2,<0.20.0",
|
||||
"python-dotenv>=1.0.1",
|
||||
"python-dotenv>=1.2.1",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
|
|
@ -22,12 +22,12 @@ classifiers = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
"docling-core==2.50.1",
|
||||
"docling-core==2.51.1",
|
||||
"httpx>=0.28.1",
|
||||
"lancedb==0.25.2",
|
||||
"lancedb==0.25.3",
|
||||
"pathspec>=0.12.1",
|
||||
"pydantic>=2.12.3",
|
||||
"pydantic-ai-slim[openai,fastmcp,logfire,ag-ui]==1.17.0",
|
||||
"pydantic>=2.12.4",
|
||||
"pydantic-ai-slim[openai,fastmcp,logfire,ag-ui]==1.19.0",
|
||||
"python-dotenv>=1.2.1",
|
||||
"pyyaml>=6.0.3",
|
||||
"rich>=14.2.0",
|
||||
|
|
@ -37,12 +37,12 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
# Document processing
|
||||
docling = ["docling==2.61.1"]
|
||||
docling = ["docling==2.62.0"]
|
||||
# Embedding providers
|
||||
voyageai = ["voyageai>=0.3.5"]
|
||||
# Rerankers
|
||||
mxbai = ["mxbai-rerank>=0.1.6"]
|
||||
cohere = ["cohere>=5.0.0"]
|
||||
cohere = ["cohere>=5.20.0"]
|
||||
zeroentropy = ["zeroentropy>=0.1.0a6"]
|
||||
# Model providers (delegated to pydantic-ai-slim)
|
||||
anthropic = ["pydantic-ai-slim[anthropic]"]
|
||||
|
|
|
|||
|
|
@ -54,15 +54,15 @@ members = ["haiku_rag_slim", "evaluations"]
|
|||
[dependency-groups]
|
||||
dev = [
|
||||
"haiku.rag-evals",
|
||||
"datasets>=4.3.0",
|
||||
"datasets>=4.4.1",
|
||||
"mkdocs>=1.6.1",
|
||||
"mkdocs-material>=9.6.22",
|
||||
"pre-commit>=4.3.0",
|
||||
"mkdocs-material>=9.7.0",
|
||||
"pre-commit>=4.4.0",
|
||||
"pyright>=1.1.407",
|
||||
"pytest>=8.4.2",
|
||||
"pytest-asyncio>=1.2.0",
|
||||
"pytest>=9.0.1",
|
||||
"pytest-asyncio>=1.3.0",
|
||||
"pytest-cov>=7.0.0",
|
||||
"ruff>=0.14.3",
|
||||
"ruff>=0.14.5",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
|
|
|
|||
Loading…
Reference in a new issue