improved
SDK Version 1.6.1 Release
over 1 year ago by Derek Gervais
Version 1.6.0 of the Benchling SDK includes some minor fixes related to AsyncTask
deserialization and Lab Automation models.
What’s changing?
Fixes
AsyncTask
now deserializes properly when usingbenchling.tasks.get_by_id()
andbenchling.tasks.wait_for_task()
- Previously, it was possible for an erroneous
AsyncTask
to have differing shapes from prior SDK versions in theadditional_properties
attribute of errors.
- Previously, it was possible for an erroneous
AutomationOutputProcessor
inbenchling-api-client
models has been updated to allowarchive_record
to beNone
; this is to support an upcoming breaking API change.- Previously,
archive_record
wasn’t returned by the API and the spec incorrectly did not allow it to be nullable.
- Previously,
When is this happening?
Version 1.6.1 of the Benchling SDK is now live! Find the SDK in PyPI