Merge pull request #59 from ggozad/chore/dependecies-update

Update dependencies
This commit is contained in:
Yiorgis Gozadinos 2025-09-17 08:49:46 +03:00 committed by GitHub
commit 70c17a5f99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 605 additions and 102 deletions

View file

@ -22,14 +22,13 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"docling>=2.49.0", "docling>=2.52.0",
"fastmcp>=2.8.1", "fastmcp>=2.12.3",
"httpx>=0.28.1", "httpx>=0.28.1",
"lancedb>=0.24.3", "lancedb>=0.25.0",
"ollama>=0.5.3", "pydantic>=2.11.9",
"pydantic>=2.11.7", "pydantic-ai>=1.0.8",
"pydantic-ai>=0.8.1", "python-dotenv>=1.1.1",
"python-dotenv>=1.1.0",
"rich>=14.1.0", "rich>=14.1.0",
"tiktoken>=0.11.0", "tiktoken>=0.11.0",
"typer>=0.16.1", "typer>=0.16.1",
@ -37,7 +36,7 @@ dependencies = [
] ]
[project.optional-dependencies] [project.optional-dependencies]
voyageai = ["voyageai>=0.3.2"] voyageai = ["voyageai>=0.3.5"]
mxbai = ["mxbai-rerank>=0.1.6"] mxbai = ["mxbai-rerank>=0.1.6"]
[project.scripts] [project.scripts]

692
uv.lock

File diff suppressed because it is too large Load diff