Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"faiss-cpu>=1.7.4,<1.8.1; sys_platform == 'darwin'",
"faiss-cpu>=1.9.0; sys_platform != 'darwin'",
# MCP / A2A
"mcp==1.22.0",
"mcp==1.23.0",
"fastmcp==2.13.1",
"fasta2a==0.5.0",
# Browser automation
Expand All @@ -40,15 +40,15 @@ dependencies = [
"kokoro>=0.9.2",
"soundfile==0.13.1",
# Document processing
"pypdf==6.0.0",
"pypdf==6.8.0",
"pymupdf==1.25.3",
"pytesseract==0.3.13",
"pdf2image==1.17.0",
"unstructured[all-docs]==0.16.23",
"unstructured-client==0.31.0",
"langchain-unstructured==0.1.6",
"markdown==3.7",
"lxml_html_clean==0.3.1",
"lxml_html_clean==0.4.4",
"markdownify==1.1.0",
"html2text>=2024.2.26",
"beautifulsoup4>=4.12.3",
Expand All @@ -69,7 +69,7 @@ dependencies = [
# Utilities
"ansio==0.0.1",
"inputimeout==1.0.4",
"simpleeval==1.0.3",
"simpleeval==1.0.5",
"python-dotenv==1.1.0",
"pytz==2024.2",
"webcolors==24.6.0",
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ attrs==25.4.0
# jsonschema
# phonemizer-fork
# referencing
authlib==1.6.6
authlib==1.6.7
# via
# browser-use
# fastmcp
Expand Down Expand Up @@ -250,7 +250,7 @@ filetype==1.2.0
# via unstructured
flaredantic==0.1.5
# via ctxai
flask==3.0.3
flask==3.1.3
# via
# ctxai
# flask-basicauth
Expand Down Expand Up @@ -444,7 +444,7 @@ langchain-core==0.3.49
# langchain-community
# langchain-text-splitters
# langchain-unstructured
langchain-text-splitters==0.3.7
langchain-text-splitters==0.3.9
# via langchain
langchain-unstructured==0.1.6
# via ctxai
Expand Down Expand Up @@ -472,7 +472,7 @@ lxml==6.0.2
# python-docx
# python-pptx
# unstructured
lxml-html-clean==0.3.1
lxml-html-clean==0.4.4
# via ctxai
markdown==3.7
# via
Expand All @@ -496,7 +496,7 @@ marshmallow==3.26.2
# via dataclasses-json
matplotlib==3.10.8
# via unstructured-inference
mcp==1.22.0
mcp==1.23.0
# via
# browser-use
# ctxai
Expand Down Expand Up @@ -691,7 +691,7 @@ pi-heif==1.3.0
# via unstructured
pikepdf==10.5.0
# via unstructured
pillow==12.1.0
pillow==12.1.1
# via
# matplotlib
# newspaper3k
Expand Down Expand Up @@ -1531,7 +1531,7 @@ pyparsing==3.3.2
# httplib2
# matplotlib
# rdflib
pypdf==6.0.0
pypdf==6.8.0
# via
# browser-use
# ctxai
Expand Down Expand Up @@ -1715,7 +1715,7 @@ shellingham==1.5.4
# via typer
simple-websocket==1.1.0
# via python-engineio
simpleeval==1.0.3
simpleeval==1.0.5
# via ctxai
six==1.17.0
# via
Expand Down Expand Up @@ -1798,7 +1798,7 @@ tokenizers==0.22.2
# via
# litellm
# transformers
torch==2.2.2
torch==2.8.0
# via
# accelerate
# curated-transformers
Expand Down Expand Up @@ -1890,7 +1890,7 @@ tzdata==2025.3
# tzlocal
tzlocal==5.3.1
# via exchangelib
unstructured==0.16.23
unstructured==0.18.18
# via ctxai
unstructured-client==0.31.0
# via
Expand Down
32 changes: 16 additions & 16 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading