python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

Breaking Change with Bitwarden SDK (Version 1.0.0) - access_token_login Function Renamed

Open darryllane opened this issue 9 months ago • 3 comments

In the latest release of the bitwarden_sdk (version 1.0.0), a breaking change has been introduced that affects the O365 integration. Specifically, the function access_token_login has been renamed to login_access_token and has been moved to the auth module. This change could cause compatibility issues in projects that rely on the O365 package with the Bitwarden SDK.

Affected Version:

bitwarden_sdk version 1.0.0

Image

I have been trying to implement this for the last few days, it seems downgrading to an older version (0.0.1) gets rid of this issue but raises another.

darryllane avatar Mar 27 '25 14:03 darryllane

Would be worth getting @wnagele to take a look at this as the submitter of the existing bit warden token backend.

RogerSelwyn avatar Mar 27 '25 15:03 RogerSelwyn

@darryllane can you try by installing this branch? https://github.com/wnagele/python-o365/tree/fix_bitwarden_sdk_api

wnagele avatar Mar 30 '25 11:03 wnagele