File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,16 @@ PyMongo 4.14 brings a number of changes including:
7
7
8
8
.. warning :: PyMongo 4.14 drops support for Python 3.9: Python 3.10+ or PyPy 3.10+ is now required.
9
9
10
- - Added support for Python 3.14 and Python 3.14t .
10
+ - Added support for Python 3.14 and Python 3.14 in free-threaded mode .
11
11
- Added :attr: `bson.codec_options.TypeRegistry.codecs ` and :attr: `bson.codec_options.TypeRegistry.fallback_encoder ` properties
12
12
to allow users to directly access the type codecs and fallback encoder for a given :class: `bson.codec_options.TypeRegistry `.
13
13
- Added :meth: `pymongo.asynchronous.mongo_client.AsyncMongoClient.append_metadata ` and
14
14
:meth: `pymongo.mongo_client.MongoClient.append_metadata ` to allow instantiated MongoClients to send client metadata
15
15
on-demand
16
16
- Improved performance of selecting a server with the Primary selector.
17
+ - Dropped support for Python 3.9.
18
+ - Dropped support for free-threaded mode in Python 3.13.
19
+ - Dropped support for ``dnspython `` 1.0. ``dnspython `` 1.0 is not supported on Python 3.10+.
17
20
- Dropped support for Eventlet.
18
21
19
22
- Introduces a minor breaking change. When encoding :class: `bson.binary.BinaryVector `, a ``ValueError `` will be raised
You can’t perform that action at this time.
0 commit comments