You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @adam-homeboost
For sdk v.6.0.0 we have moved exceptions along with some other classes dealing with api to a separate module lbox. This try this change
Describe the bug
Client exception classes no longer available in module exports.
To reproduce
Prior to 6.0 you could write:
This now breaks as labelbox no longer exports exceptions and they are now located on lbox.exceptions. "lbox?".
Note also that "lbox" has zero typing and fails mypy, therefore changing the import fails mypy checking too.
Please provide a compatibility shim so that existing code does not break or at least some kind of deprecation warning and documentation changes.
Expected behavior
This code should not break all of a sudden with zero warning. At least deprecate it for a bit.
Expect types for "lbox" module.
The text was updated successfully, but these errors were encountered: