From 64e30ca8af7e181c6ac728831cf0bec941d770ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:33:25 +0000 Subject: [PATCH] chore(uv): update jaxtyping requirement from >=0.3.9 to >=0.3.10 Updates the requirements on [jaxtyping](https://github.com/patrick-kidger/jaxtyping) to permit the latest version. - [Release notes](https://github.com/patrick-kidger/jaxtyping/releases) - [Commits](https://github.com/patrick-kidger/jaxtyping/compare/v0.3.9...v0.3.10) --- updated-dependencies: - dependency-name: jaxtyping dependency-version: 0.3.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c66d230..6d58c84a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = { file = "LICENSE" } dependencies = [ "beartype>=0.22.9", "google-cloud-logging>=3.15.0", - "jaxtyping>=0.3.9", + "jaxtyping>=0.3.10", "pydantic>=2.13.4", "pydantic-settings>=2.14.1", ]