Skip to content

Commit 0b4c347

Browse files
committed
update deprecation notice to future major version instead of 4.0
1 parent e031995 commit 0b4c347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/development/base_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dash_table": {
2727
"DataTable": textwrap.dedent(
2828
"""
29-
The dash_table.DataTable will be removed from the builtin dash components in Dash 4.0
29+
The dash_table.DataTable will be removed from the builtin dash components in a future major version.
3030
We recommend using dash-ag-grid as a replacement. Install with `pip install dash[ag-grid]`.
3131
"""
3232
)

0 commit comments

Comments
 (0)