Migrating to DeepLake v3.9.41
Version v3.9.41 introduces 1 breaking change. This guide details how to update your code.
Released: 2/14/2025
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
labelbox integration functionsBreaking Changes
●Issue #1
The `labelbox_client` argument has been removed from labelbox integration functions. Users must update calls to these functions to omit the now-removed argument.
Migration Steps
- 1Remove the `labelbox_client` argument when calling labelbox integration functions.
Release Summary
This release primarily updates internal dependencies to version 3.9.41 and removes the unnecessary `labelbox_client` argument from labelbox integration functions.
Need More Details?
View the full release notes and all changes for DeepLake v3.9.41.
View Full Changelog