build(deps): add pymupdf for text pdf extraction

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-02 16:59:42 +03:30
parent d3f8a9a5e5
commit afc20200f7

View File

@@ -13,6 +13,7 @@ dependencies = [
"pydantic>=2.5.0", "pydantic>=2.5.0",
"pydantic-settings>=2.1.0", "pydantic-settings>=2.1.0",
"python-docx>=1.0.0", "python-docx>=1.0.0",
"pymupdf>=1.24.0",
"openai>=1.6.0", "openai>=1.6.0",
"qdrant-client>=1.7.0", "qdrant-client>=1.7.0",
"tiktoken>=0.5.0", "tiktoken>=0.5.0",