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 9ea8ce1 commit 79d9fe4Copy full SHA for 79d9fe4
jupyter_client/session.py
@@ -104,7 +104,7 @@ def json_packer(obj):
104
# Fallback to trying to clean the json before serializing
105
warnings.warn(
106
f"Message serialization failed with:\n{e}\n"
107
- "Supporting this message is deprecated, please make "
+ "Supporting this message is deprecated in jupyter-client 7, please make "
108
"sure your message is JSON-compliant",
109
stacklevel=2,
110
)
0 commit comments