Improved
SDK Version 1.6.1 Release
over 2 years 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
AsyncTasknow deserializes properly when usingbenchling.tasks.get_by_id()andbenchling.tasks.wait_for_task()- Previously, it was possible for an erroneous
AsyncTaskto have differing shapes from prior SDK versions in theadditional_propertiesattribute of errors.
- Previously, it was possible for an erroneous
AutomationOutputProcessorinbenchling-api-clientmodels has been updated to allowarchive_recordto beNone; this is to support an upcoming breaking API change.- Previously,
archive_recordwasn’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
