From 11b3d2947e2bf7e4f2bccec5d4655d6d295fd892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:04:16 +0000 Subject: [PATCH] build(deps): bump github.com/ml-explore/mlx-swift-lm Bumps [github.com/ml-explore/mlx-swift-lm](https://github.com/ml-explore/mlx-swift-lm) from 2.30.6 to 2.31.3. - [Release notes](https://github.com/ml-explore/mlx-swift-lm/releases) - [Commits](https://github.com/ml-explore/mlx-swift-lm/compare/2.30.6...2.31.3) --- updated-dependencies: - dependency-name: github.com/ml-explore/mlx-swift-lm dependency-version: 2.31.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index bb9a2d2..e328042 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( .library(name: "AgentRunKitFoundationModels", targets: ["AgentRunKitFoundationModels"]) ], dependencies: [ - .package(url: "https://github.com/ml-explore/mlx-swift-lm", .upToNextMinor(from: "2.30.0")), + .package(url: "https://github.com/ml-explore/mlx-swift-lm", .upToNextMinor(from: "2.31.3")), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"), ], targets: [