We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ec492 commit 024cbb9Copy full SHA for 024cbb9
jupyter_client/session.py
@@ -439,7 +439,7 @@ def _session_changed(self, change: t.Any) -> None:
439
440
@default("extract_header_dates")
441
def _extract_header_dates_default(self):
442
- msg = """Session.extract_header_dates = True is deprecated in jupyter-client 8.6
+ msg = """Session.extract_header_dates = True is deprecated in jupyter-client 8.7
443
444
set cfg.Session.extract_header_dates = False
445
or JUPYTER_SESSION_EXTRACT_HEADER_DATES=0
0 commit comments