Skip to content

Commit 699a1b0

Browse files
committed
DOCSP-17038 Update OIDC note about asynch requests
1 parent 63924dc commit 699a1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/security/authentication/oidc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ authenticate to various platforms.
6767

6868
.. note::
6969

70-
Because Python's Standard Library doesn't support asynchronous HTTP requests,
71-
all OIDC requests from {+driver-short+} are synchronous and block the ``asyncio`` loop.
70+
As of {+driver-short+} v4.14, Python's Standard Library supports asynchronous HTTP requests.
71+
All OIDC requests from {+driver-short+} are synchronous and will not block the ``asyncio`` loop.
7272

7373
.. _pymongo-mongodb-oidc-azure-imds:
7474

0 commit comments

Comments
 (0)