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 eb3086d commit fdc0ac1Copy full SHA for fdc0ac1
doc/changelog.rst
@@ -13,7 +13,7 @@ PyMongo 4.14 brings a number of changes including:
13
14
- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised
15
if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.
16
-- Changed :meth:`~pymongo.uri_parser.parse_uri`'s 'options' to be type ``dict`` instead of ``_CaseInsensitiveDictionary``.
+- Changed :meth:`~pymongo.uri_parser.parse_uri`'s ``options`` parameter to be type ``dict`` instead of ``_CaseInsensitiveDictionary``.
17
18
Changes in Version 4.13.2 (2025/06/17)
19
--------------------------------------
0 commit comments