From 6b045ce329d446dc92d83b063a45b415fd47e4e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 18:37:32 +0000 Subject: [PATCH] Update dependency lzell/AIProxySwift to from: "0.148.0" --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 51d39ff..5c8d3f6 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" : "608937281b97b9aa49a39a0f7ead91096a6d6bcb", + "version" : "0.148.0" } }, { diff --git a/Package.swift b/Package.swift index a5aac67..c6cc37a 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.148.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.