1.0.0b2 (2026-07-28)
Other Changes
- Digital-worker (MAIB) outbound auth now uses the M365 Agents SDK's native
IdentityProxyManagerconnection auth type instead of a custom MSAL monkeypatch (_apply_msal_patches), which previously overrodeMsalAuth.get_agentic_application_tokento perform the federated-identity (FMI) token exchange. The M365 SDK performs that exchange natively from1.1.0. - Raised the Microsoft 365 Agents SDK dependency floors to
>=1.1.0(microsoft-agents-hosting-core,microsoft-agents-authentication-msal,microsoft-agents-activity): theIdentityProxyManagerconnection auth type is only available from1.1.0. - Removed the
azure-identityruntime dependency: it was only used by the now-removed MSAL patch.