Skip to content

Commit faa8c91

Browse files
compat: Update forward compatibility horizon to 2025-07-06
PiperOrigin-RevId: 779703950
1 parent 2bf9d0e commit faa8c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorflow/python/compat/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# This value changes every day with an automatic CL. It can be modified in code
3030
# via `forward_compatibility_horizon()` or with the environment variable
3131
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
32-
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 7, 5)
32+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 7, 6)
3333
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
3434
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
3535

0 commit comments

Comments
 (0)