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