From 254322df434b728a2b2f6b5591ab6a712e20a904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:09:53 +0000 Subject: [PATCH] fix(deps): update dependency tensorflow to ==2.12.* [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2d3a39a..2f2c3971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] requires-python = "==3.10.*" dependencies = [ - "tensorflow==2.10.*", + "tensorflow==2.12.*", "tensorflow-addons==0.19.*", "typing-extensions>=4.3.0", "frozendict==2.3.*",