diff --git a/Package.swift b/Package.swift index 1b2124a..368f09c 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.3.1") + .package(url: "https://github.com/MacPaw/OpenAI", from: "0.3.2") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.