diff --git a/source/security/authentication/oidc.txt b/source/security/authentication/oidc.txt index 19c17228..2a7a53bb 100644 --- a/source/security/authentication/oidc.txt +++ b/source/security/authentication/oidc.txt @@ -68,7 +68,8 @@ authenticate to various platforms. .. note:: Because Python's Standard Library doesn't support asynchronous HTTP requests, - all OIDC requests from {+driver-short+} are synchronous and block the ``asyncio`` loop. + all OIDC requests from {+driver-short+} are synchronous. As of {+driver-short+} + v4.14, synchronous OIDC requests do not block the ``asyncio`` loop. .. _pymongo-mongodb-oidc-azure-imds: