From 83adff2724b5d3d8beff5d7b4bef4d700c207651 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 01:42:50 +0000 Subject: [PATCH] Update dependency lzell/AIProxySwift to from: "0.84.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5278877..403a32a 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.82.0") + .package(url: "https://github.com/lzell/AIProxySwift.git", from: "0.84.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.