Skip to content

Commit 7888b48

Browse files
authored
DOCS-17038 Update OIDC note about async requests (#270)
* DOCSP-17038 Update OIDC note about asynch requests * edit * edit
1 parent 63924dc commit 7888b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/security/authentication/oidc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ authenticate to various platforms.
6868
.. note::
6969

7070
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.
71+
all OIDC requests from {+driver-short+} are synchronous. As of {+driver-short+}
72+
v4.14, synchronous OIDC requests do not block the ``asyncio`` loop.
7273

7374
.. _pymongo-mongodb-oidc-azure-imds:
7475

0 commit comments

Comments
 (0)