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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ version = "0.1.0"
description = "RAG content for AAP chatbot"
authors = []
dependencies = [
"aiohttp==3.13.4", # Transient dep pinned to handle CVE
"aiohttp==3.14.1", # Transient dep pinned to handle CVE
# aiosqlite 0.22+ hangs on exit due to llama-stack not closing connections properly
# https://github.com/llamastack/llama-stack/issues/4587
"aiosqlite==0.22.1",
Expand Down
Loading
Loading