improved
SDK Version 1.20.0 Release Notes
20 days ago by Eli Bishop
Version 1.20.0 of the Benchling SDK includes a minor change to the CanvasBuilder
class.
What’s Changing?
Changed
- In
benchling_sdk.apps.canvas.framework.CanvasBuilder
, theresource_id
parameter is now optional when updating a canvas.resource_id
should still be provided when creating a canvas. This is in order to improve the experience of using App Canvases directly in the Notebook; specifically, embeddable canvases are created by Benchling upon insertion, and CanvasBuilder is only used for updates.
Version 1.20.0 of the Benchling SDK is now live! Find the SDK in PyPI .