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 8f237e4 commit ada7506Copy full SHA for ada7506
doc/changelog.rst
@@ -8,7 +8,7 @@ PyMongo 4.14 brings a number of changes including:
8
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
9
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.
10
11
-- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ValueError will be raised
+- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised
12
if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.
13
14
Changes in Version 4.13.2 (2025/06/17)
0 commit comments