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.