From c6efb44c88521b2fa2b797263969924a0a42bb5a Mon Sep 17 00:00:00 2001 From: Abhash Kumar Singh Date: Thu, 17 Jul 2025 11:07:34 -0700 Subject: [PATCH] chore: removed pinned dependency on Amplify (#206) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5eb3fae..7ea6edc 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( targets: ["FaceLiveness"]), ], dependencies: [ - .package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.49.0") + .package(url: "https://github.com/aws-amplify/amplify-swift", from: "2.49.0") ], targets: [ .target(