From 64841757e8bfa13f0d51156c7bfc5aa98975f2b9 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 4 May 2025 00:17:15 +0000 Subject: [PATCH] [stubsabot] Bump tensorflow to ~=2.19.0 Release: https://pypi.org/pypi/tensorflow/2.19.0 Homepage: https://www.tensorflow.org/ Repository: https://github.com/tensorflow/tensorflow Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/tensorflow Diff: https://github.com/tensorflow/tensorflow/compare/v2.18.1...v2.19.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 28. - Total lines of Python code deleted: 24. :warning: Review this PR manually, as stubtest is skipped in CI for tensorflow! Also check whether stubtest can be reenabled. :warning: --- 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 a207ca05601a..8d5cc5e6a91d 100644 --- a/stubs/tensorflow/METADATA.toml +++ b/stubs/tensorflow/METADATA.toml @@ -1,6 +1,6 @@ # Using an exact number in the specifier for scripts/sync_protobuf/tensorflow.py # When updating, also re-run the script -version = "~=2.18.0" +version = "~=2.19.0" upstream_repository = "https://github.com/tensorflow/tensorflow" # requires a version of numpy with a `py.typed` file requires = ["numpy>=1.20", "types-protobuf", "types-requests"]