diff --git a/Package.resolved b/Package.resolved index 319de49..1083c51 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" : "3f2cac98d3e98d6b4d90279bd737190fc343dbc4", + "version" : "from: "0.4.8"" } }, { diff --git a/Package.swift b/Package.swift index fd67fda..2fe1466 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.8") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.