Skip to content
Merged
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
30 changes: 15 additions & 15 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.9
# via
# browser-use
# fastmcp
Expand Down Expand Up @@ -232,7 +232,7 @@ fasta2a==0.5.0
# via ctxai
fastapi==0.135.1
# via ctxai
fastmcp==2.13.1
fastmcp==2.14.2
# via ctxai
fastuuid==0.14.0
# via litellm
Expand All @@ -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 @@ -537,7 +537,7 @@ networkx==3.6.1
# unstructured
newspaper3k==0.2.8
# via ctxai
nltk==3.9.3
nltk==3.9.4
# via
# newspaper3k
# unstructured
Expand Down Expand Up @@ -613,7 +613,7 @@ ollama==0.6.1
# via browser-use
omegaconf==2.3.0
# via effdet
onnx==1.19.0 ; python_full_version >= '3.13'
onnx==1.21.0rc1 ; python_full_version >= '3.13'
# via
# unstructured
# unstructured-inference
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 @@ -746,7 +746,7 @@ py-key-value-aio==0.2.8
# via fastmcp
py-key-value-shared==0.2.8
# via py-key-value-aio
pyasn1==0.6.2
pyasn1==0.6.3
# via
# pyasn1-modules
# rsa
Expand Down Expand Up @@ -1531,7 +1531,7 @@ pyparsing==3.3.2
# httplib2
# matplotlib
# rdflib
pypdf==6.0.0
pypdf==6.9.2
# via
# browser-use
# ctxai
Expand Down Expand Up @@ -1629,7 +1629,7 @@ regex==2026.2.28
# segments
# tiktoken
# transformers
requests==2.32.5
requests==2.33.0
# via
# browser-use
# csvw
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
Loading
Loading