From a3b34eb4715e7f8e157428124f516df3be822247 Mon Sep 17 00:00:00 2001 From: Montana Low Date: Mon, 4 Dec 2023 17:11:27 -0800 Subject: [PATCH] bump sdk for dashboard --- pgml-dashboard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgml-dashboard/Cargo.toml b/pgml-dashboard/Cargo.toml index fc6c2b2ee..9437c6128 100644 --- a/pgml-dashboard/Cargo.toml +++ b/pgml-dashboard/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4" markdown = "1.0.0-alpha.14" num-traits = "0.2" once_cell = "1.18" -pgml = { version = "0.9.4", path = "../pgml-sdks/pgml/" } +pgml = { version = "0.9.6", path = "../pgml-sdks/pgml/" } pgml-components = { path = "../packages/pgml-components" } pgvector = { version = "0.2.2", features = [ "sqlx", "postgres" ] } rand = "0.8"