Skip to content
Open
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
11 changes: 6 additions & 5 deletions services/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ aiohappyeyeballs==2.6.1
# via
# -r requirements.in
# aiohttp
aiohttp==3.12.9
aiohttp==3.13.4
# via
# -r requirements.in
# elasticsearch-haystack
aiosignal==1.3.2
aiosignal==1.4.0
# via
# -r requirements.in
# aiohttp
Expand Down Expand Up @@ -81,7 +81,7 @@ exceptiongroup==1.3.0
# via
# -r requirements.in
# anyio
filelock==3.18.0
filelock==3.20.3
# via
# -r requirements.in
# huggingface-hub
Expand Down Expand Up @@ -273,7 +273,7 @@ referencing==0.36.2
# -r requirements.in
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.33.0
# via
# -r requirements.in
# haystack-ai
Expand Down Expand Up @@ -313,6 +313,7 @@ tqdm==4.67.1
typing-extensions==4.14.0
# via
# -r requirements.in
# aiosignal
# anyio
# elasticsearch
# exceptiongroup
Expand All @@ -330,7 +331,7 @@ typing-inspection==0.4.1
# via
# -r requirements.in
# pydantic
urllib3==2.4.0
urllib3==2.6.3
# via
# -r requirements.in
# elastic-transport
Expand Down
4 changes: 2 additions & 2 deletions services/web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ pygments==2.19.1
# via rich
python-dotenv==1.1.0
# via -r requirements.in
requests==2.32.3
requests==2.33.0
# via -r requirements.in
rich==13.9.4
# via flask-limiter
typing-extensions==4.14.0
# via
# limits
# rich
urllib3==2.4.0
urllib3==2.6.3
# via requests
werkzeug==3.1.3
# via flask
Expand Down
5 changes: 3 additions & 2 deletions tools/cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.9
aiohttp==3.13.4
# via -r requirements.in
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
async-timeout==5.0.1
# via aiohttp
Expand Down Expand Up @@ -40,6 +40,7 @@ rich==14.0.0
# via -r requirements.in
typing-extensions==4.14.0
# via
# aiosignal
# multidict
# rich
yarl==1.20.0
Expand Down
13 changes: 7 additions & 6 deletions tools/embed/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.9
aiohttp==3.13.4
# via elasticsearch-haystack
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -47,7 +47,7 @@ elasticsearch-haystack==3.0.1
# via -r requirements.in
exceptiongroup==1.3.0
# via anyio
filelock==3.18.0
filelock==3.20.3
# via huggingface-hub
filetype==1.2.0
# via haystack-experimental
Expand Down Expand Up @@ -105,7 +105,7 @@ multidict==6.4.4
# yarl
networkx==3.4.2
# via haystack-ai
nltk==3.9.1
nltk==3.9.4
# via -r requirements.in
numpy==2.2.6
# via haystack-ai
Expand Down Expand Up @@ -148,7 +148,7 @@ referencing==0.36.2
# jsonschema-specifications
regex==2024.11.6
# via nltk
requests==2.32.3
requests==2.33.0
# via
# haystack-ai
# huggingface-hub
Expand All @@ -175,6 +175,7 @@ tqdm==4.67.1
# openai
typing-extensions==4.14.0
# via
# aiosignal
# anyio
# elasticsearch
# exceptiongroup
Expand All @@ -188,7 +189,7 @@ typing-extensions==4.14.0
# typing-inspection
typing-inspection==0.4.1
# via pydantic
urllib3==2.4.0
urllib3==2.6.3
# via
# elastic-transport
# requests
Expand Down
9 changes: 5 additions & 4 deletions tools/scrape/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.9
aiohttp==3.13.4
# via -r requirements.in
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
async-timeout==5.0.1
# via aiohttp
Expand Down Expand Up @@ -46,7 +46,7 @@ lxml==5.4.0
# justext
# lxml-html-clean
# trafilatura
lxml-html-clean==0.4.2
lxml-html-clean==0.4.4
# via lxml
multidict==6.4.4
# via
Expand Down Expand Up @@ -76,11 +76,12 @@ trafilatura==2.0.0
# via -r requirements.in
typing-extensions==4.14.0
# via
# aiosignal
# beautifulsoup4
# multidict
tzlocal==5.3.1
# via dateparser
urllib3==2.4.0
urllib3==2.6.3
# via
# courlan
# htmldate
Expand Down
Loading