From c60f583b5c7c1c937a5cc3bf6cbe7cd21bd5a0c7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 28 Nov 2025 01:06:23 +0000 Subject: [PATCH] CompatHelper: bump compat for RAGTools to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4bb626b..4c55955 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HealthLLM" uuid = "1de6b779-c1fb-4125-b891-fad447459241" -authors = ["ParamThakkar123 and TheCedarPrince "] version = "0.0.1" +authors = ["ParamThakkar123 and TheCedarPrince "] [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -28,7 +28,7 @@ JSON3 = "1.14.3" LibPQ = "1.18.0" LinearAlgebra = "1.11.0" PromptingTools = "0.82.1" -RAGTools = "0.7.0" +RAGTools = "0.7.0, 0.10" Serialization = "1.11.0" SparseArrays = "1.11.0" Statistics = "1.11.1"