Skip to content

Commit 79d9fe4

Browse files
martinRenouminrk
andauthored
Fix warning message
Co-authored-by: Min RK <[email protected]>
1 parent 9ea8ce1 commit 79d9fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def json_packer(obj):
104104
# Fallback to trying to clean the json before serializing
105105
warnings.warn(
106106
f"Message serialization failed with:\n{e}\n"
107-
"Supporting this message is deprecated, please make "
107+
"Supporting this message is deprecated in jupyter-client 7, please make "
108108
"sure your message is JSON-compliant",
109109
stacklevel=2,
110110
)

0 commit comments

Comments
 (0)