From 50568d829c1d28c0d47da3803ff3023d53ed62f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:14:26 +0000 Subject: [PATCH] Bump orbax-checkpoint from 0.12.0 to 0.12.4 Bumps [orbax-checkpoint](https://github.com/google/orbax) from 0.12.0 to 0.12.4. - [Release notes](https://github.com/google/orbax/releases) - [Commits](https://github.com/google/orbax/commits) --- updated-dependencies: - dependency-name: orbax-checkpoint dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d3a05e..ba2e8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "flax==0.12.8", "ml_dtypes==0.6.0", "optax==0.2.8", - "orbax-checkpoint==0.12.0", + "orbax-checkpoint==0.12.4", "orbax-export==0.0.8", ]