Update dependencies
This commit is contained in:
parent
9685bd533b
commit
2d5fbd06f2
3 changed files with 1190 additions and 1062 deletions
|
|
@ -12,7 +12,7 @@ dependencies = [
|
||||||
"pydantic-ai-slim[evals,logfire]>=1.46.0",
|
"pydantic-ai-slim[evals,logfire]>=1.46.0",
|
||||||
"datasets>=4.5.0",
|
"datasets>=4.5.0",
|
||||||
"huggingface_hub>=0.20.0",
|
"huggingface_hub>=0.20.0",
|
||||||
"typer>=0.19.2,<0.20.0",
|
"typer>=0.21.0,<0.22.0",
|
||||||
"python-dotenv>=1.2.1",
|
"python-dotenv>=1.2.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,23 +22,23 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"docling-core==2.60.1",
|
"docling-core==2.65.1",
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"jsonpatch>=1.33",
|
"jsonpatch>=1.33",
|
||||||
"lancedb==0.27.0",
|
"lancedb==0.29.2",
|
||||||
"pathspec>=1.0.3",
|
"pathspec>=1.0.3",
|
||||||
"pydantic>=2.12.5",
|
"pydantic>=2.12.5",
|
||||||
"pydantic-ai-slim[openai,fastmcp,logfire,ag-ui]>=1.46.0",
|
"pydantic-ai-slim[openai,fastmcp,logfire,ag-ui]>=1.46.0",
|
||||||
"python-dotenv>=1.2.1",
|
"python-dotenv>=1.2.1",
|
||||||
"pyyaml>=6.0.3",
|
"pyyaml>=6.0.3",
|
||||||
"rich>=14.2.0",
|
"rich>=14.2.0",
|
||||||
"typer>=0.19.2,<0.20.0",
|
"typer>=0.21.0,<0.22.0",
|
||||||
"watchfiles>=1.1.1",
|
"watchfiles>=1.1.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
# Document processing
|
# Document processing
|
||||||
docling = ["docling==2.69.1", "opencv-python-headless>=4.13.0.90"]
|
docling = ["docling==2.73.1", "opencv-python-headless>=4.13.0.90"]
|
||||||
# Embedding providers
|
# Embedding providers
|
||||||
voyageai = ["pydantic-ai-slim[voyageai]"]
|
voyageai = ["pydantic-ai-slim[voyageai]"]
|
||||||
# Rerankers
|
# Rerankers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue