We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b2210 commit cf75811Copy full SHA for cf75811
Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
targets: ["AnthropicSwiftSDK-VertexAI"]),
23
],
24
dependencies: [
25
- .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "0.77.1"),
+ .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.0.2"),
26
.package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.3.0")
27
28
targets: [
0 commit comments