From 549166b819ea577db59197c7185a5d62d624e9ff Mon Sep 17 00:00:00 2001 From: Juhyun-Kim-Memphis Date: Tue, 1 Sep 2026 03:30:34 +0900 Subject: [PATCH] fix(gateway): bump wfaas to 1.0.2 so ContinueNextStep unblocks dependents (#37249) --- sgl-model-gateway/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-model-gateway/Cargo.toml b/sgl-model-gateway/Cargo.toml index f80276166..12b06d941 100644 --- a/sgl-model-gateway/Cargo.toml +++ b/sgl-model-gateway/Cargo.toml @@ -84,7 +84,7 @@ openai-protocol = { version = "=1.0.0", features = ["axum"] } tool-parser = "=1.0.0" llm-tokenizer = "=1.3.2" smg-auth = "=1.0.0" -wfaas = "=1.0.0" +wfaas = "=1.0.2" data-connector = "=1.0.0" smg-mcp = "=1.0.0" smg-wasm = "=1.0.0"