diff --git a/Manifest.toml b/Manifest.toml index b7ca320..e3545fd 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,7 +2,7 @@ julia_version = "1.12.6" manifest_format = "2.0" -project_hash = "d8b83d09e35f3ba09b54977607be02d80ec68613" +project_hash = "95dc0193a18325ca5b1e37deab8108d1b35915db" [[deps.Accessors]] deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "MacroTools"] @@ -760,9 +760,11 @@ version = "0.7.0" [[deps.SQLLLM]] deps = ["CSV", "DataFrames", "DataStructures", "Dates", "FileIO", "GeneralUtils", "HTTP", "JSON", "LLMMCTS", "LibPQ", "PrettyPrinting", "Random", "Revise", "StatsBase", "Tables", "URIs", "UUIDs"] -path = "../SQLLLM" +git-tree-sha1 = "8f264038c55c5bea069cccbdc057c56e27899c42" +repo-rev = "main" +repo-url = "https://git.yiem.cc/ton/SQLLLM" uuid = "2ebc79c7-cc10-4a3a-9665-d2e1d61e63d3" -version = "0.2.5" +version = "0.2.6" [[deps.SQLStrings]] git-tree-sha1 = "55de0530689832b1d3d43491ee6b67bd54d3323c" diff --git a/Project.toml b/Project.toml index 889d30f..396faff 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "YiemAgent" uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2" -version = "0.4.1" +version = "0.4.2" authors = ["narawat lamaiin "] [deps] @@ -30,3 +30,4 @@ HTTP = "2.4.0" JSON = "1.6.1" LLMMCTS = "0.1.5" NATS = "0.1.0" +SQLLLM = "0.2.6"