From 497c24aeb322e2348e471552edab1686c8319864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:01:05 +0000 Subject: [PATCH] Update dependency MacPaw/OpenAI to from: "0.4.9" --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 319de49..3052628 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/MacPaw/OpenAI", "state" : { - "revision" : "bb283b2ac48c1e90121d73d6bfb45f961dc0b7a3", - "version" : "0.4.5" + "revision" : "397a601acc6592f0005155a46dc1c5068e92a76d", + "version" : "0.4.9" } }, { diff --git a/Package.swift b/Package.swift index fd67fda..b31e4dd 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/FunctionCalling/FunctionCalling", from: "0.5.0"), - .package(url: "https://github.com/MacPaw/OpenAI", from: "0.4.7") + .package(url: "https://github.com/MacPaw/OpenAI", from: "0.4.9") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.