improved
SDK Version 1.15.0 Release Notes
4 months ago by Pilar Sterne
Version 1.15.0 of the Benchling SDK adds a new webhook event type for future use, and adds compatibility with recent versions of the third-party dependencies attrs
and backoff
.
What’s Changing?
Added
- In
benchling_sdk.models.webhooks.v0
, new classAppInstalledWebhookV2
, representing a new type of webhook that will be sent in the future to signal that the app has been installed on a tenant. Benchling is not yet sending such a webhook, but support for it is being added in the SDK in advance; watch for our announcement of the feature in an upcoming changelog.
Fixed
- The SDK now allows versions 20.1 through 23.x of
attrs
to be used. Previously, the maximum version was 22.x. - The SDK now allows version 2.x and lower of
backoff
to be used. Previously, the maximum version was 1.x.
When is this happening?
Version 1.15.0 of the Benchling SDK is now live! Find the SDK in PyPI.