From 3552abfa3dac9c2900d5f9efd0ae3e6133192ba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 00:59:34 +0000 Subject: [PATCH] Update dependency lzell/AIProxySwift to from: "0.156.0" --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 51d39ff..1e50ee5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/lzell/AIProxySwift.git", "state" : { - "revision" : "2fa06432d85696791b4cf76963af1325afb83f39", - "version" : "0.146.0" + "revision" : "0c7f1689ccc63ac405e5d601008331d40e69d33e", + "version" : "0.156.0" } }, { diff --git a/Package.swift b/Package.swift index a5aac67..a1c44c1 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.5.0"), - .package(url: "https://github.com/lzell/AIProxySwift.git", from: "0.146.0") + .package(url: "https://github.com/lzell/AIProxySwift.git", from: "0.156.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.