Add implementation fields to kernel_info_reply#1094
Add implementation fields to kernel_info_reply#1094DavisVaughan merged 4 commits intoposit-dev:mainfrom
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
A close read of https://jupyter-client.readthedocs.io/en/latest/messaging.html#kernel-info suggests two things:
|
…ly required instead of optional.
|
I have read the CLA Document and I hereby sign the CLA |
I agree, removed optionality. |
|
Thanks @bjanssen, we'll take it from here! |
Fix Zed REPL: Ark
kernel_info_replywas missingimplementationandimplementation_versionfields, causing strict clients (Zed) to fail deserialization.