From 66146b56b9b1bc30b973386520ccb9e43c70acb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:24:41 +0000 Subject: [PATCH] [stubsabot] Bump tensorflow to 2.12.* (#9926) Release: https://pypi.org/pypi/tensorflow/2.12.0 Homepage: https://www.tensorflow.org/ If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR --- stubs/tensorflow/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/tensorflow/METADATA.toml b/stubs/tensorflow/METADATA.toml index 19dd18394..83aaffe76 100644 --- a/stubs/tensorflow/METADATA.toml +++ b/stubs/tensorflow/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.11.*" +version = "2.12.*" # requires a version of numpy with a `py.typed` file requires = ["numpy>=1.20", "types-protobuf"]