diff --git a/Package.resolved b/Package.resolved index 319de49..92054b6 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" : "a532be89be9a30ec003e4ba0974a52a88d26fc6d", + "version" : "0.5.1" } }, { diff --git a/Package.swift b/Package.swift index fd67fda..6c738e0 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.5.1") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.