From 084a6faf0e559efe9a2bd77d5485a8dbb2deef93 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 May 2026 19:35:32 +0000 Subject: [PATCH] chore(deps): update dependency yarl to v1.24.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15512a2..4a63a67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ typing-inspection==0.4.2 typing_extensions==4.15.0 uvicorn==0.47.0 uvloop -yarl==1.23.0 +yarl==1.24.1 aiosqlite # Semantic LLM cache — base install (exact-match mode, no heavy ML deps) # For semantic mode use the :semantic Docker image tag (adds sentence-transformers + torch)