From 0394ca7944222610f104942fd745de74d11fa3cc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 30 Nov 2025 01:16:53 +0000 Subject: [PATCH] CompatHelper: bump compat for PromptingTools to 0.88, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4bb626b..bd9725b 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" @@ -27,7 +27,7 @@ HuggingFaceHub = "0.1.2" JSON3 = "1.14.3" LibPQ = "1.18.0" LinearAlgebra = "1.11.0" -PromptingTools = "0.82.1" +PromptingTools = "0.82.1, 0.88" RAGTools = "0.7.0" Serialization = "1.11.0" SparseArrays = "1.11.0"