From b52bdb42c0831a9246629a57514d103e791328e1 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:40:11 +0800 Subject: [PATCH] Declare existing optional AI dependency for QSL compatibility Co-Authored-By: Codex --- qsl.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/qsl.toml b/qsl.toml index 10eb996..092ca66 100644 --- a/qsl.toml +++ b/qsl.toml @@ -6,4 +6,5 @@ bundle = "2026.07.1" requires = [ "pandas>=2.0", "yfinance>=0.2.40", + "ai-gateway-client @ git+https://github.com/QuantStrategyLab/AIAuditBridge.git@65c8bcf432f578f657c12d5dab0e16ebec0bef5a", ]