We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350f103 commit 5fa117fCopy full SHA for 5fa117f
doc/changelog.rst
@@ -12,7 +12,8 @@ Version 4.12.1 is a bug fix release.
12
- Fixed a bug that caused direct use of ``pymongo.uri_parser`` to raise an ``AttributeError``.
13
- Removed Eventlet testing against Python versions newer than 3.9 since
14
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
15
-- Fixed a bug that would try to use PyOpenSSL with AsyncMongoClient, causing the client to fail.
+- Fixed a bug that would cause AsyncMongoClient to attempt to use PyOpenSSL when available, resulting in errors such as
16
+ "pymongo.errors.ServerSelectionTimeoutError: 'SSLContext' object has no attribute 'wrap_bio'"
17
18
19
Issues Resolved
0 commit comments