From fb3e4b980713e9978a997dca13d11b09d11164cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 04:17:23 +0000 Subject: [PATCH] Update dependency fumito-ito/FunctionCalling to from: "0.4.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d2343ab..56fe157 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.0.2"), - .package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.3.0") + .package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.4.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.