Use dashes instead of underscores for METADATA.toml field names (#15614)

This commit is contained in:
lev-blit
2026-04-07 15:03:53 +02:00
committed by GitHub
parent 7eb0dddd46
commit 563213272e
204 changed files with 365 additions and 362 deletions
+5 -5
View File
@@ -1,16 +1,16 @@
# Using an exact number in the specifier for scripts/sync_protobuf/tensorflow.py
# When updating, also re-run the script
version = "~=2.18.0"
upstream_repository = "https://github.com/tensorflow/tensorflow"
upstream-repository = "https://github.com/tensorflow/tensorflow"
# requires a version of numpy with a `py.typed` file
dependencies = ["numpy>=1.20", "types-protobuf", "types-requests"]
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 27.2 on `tensorflow==2.18.0`."
partial_stub = true
extra-description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 27.2 on `tensorflow==2.18.0`."
partial-stub = true
[tool.stubtest]
ignore_missing_stub = true
ignore-missing-stub = true
# TODO: Support/update to keras 3.7
stubtest_dependencies = ["keras==3.6.*"]
stubtest-dependencies = ["keras==3.6.*"]
# tensorflow 2.19 doesn't support Python 3.13:
# https://github.com/tensorflow/tensorflow/issues/78774
skip = true