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