Skip to content

Commit 978f51e

Browse files
compat: Update forward compatibility horizon to 2025-11-10
PiperOrigin-RevId: 830318627
1 parent 1ea5478 commit 978f51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, 11, 9)
32+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 11, 10)
3333
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
3434
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
3535

0 commit comments

Comments
 (0)