File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
- Changes in Version 4.15.0 (XXXX/XX/XX)
3
+
4
+ Changes in Version 4.15.0 (2025/09/10)
4
5
--------------------------------------
6
+
5
7
PyMongo 4.15 brings a number of changes including:
6
8
7
9
- Added :class: `~pymongo.encryption_options.TextOpts `,
@@ -13,6 +15,7 @@ PyMongo 4.15 brings a number of changes including:
13
15
``pymongocrypt>=1.16 `` is required for text query support.
14
16
- Added :class: `bson.decimal128.DecimalEncoder ` and :class: `bson.decimal128.DecimalDecoder `
15
17
to support encoding and decoding of BSON Decimal128 values to decimal.Decimal values using the TypeRegistry API.
18
+ - Added support for Windows ``arm64 `` wheels.
16
19
17
20
Changes in Version 4.14.1 (2025/08/19)
18
21
--------------------------------------
Original file line number Diff line number Diff line change 18
18
import re
19
19
from typing import List , Tuple , Union
20
20
21
- __version__ = "4.15.0.dev0 "
21
+ __version__ = "4.15.0"
22
22
23
23
24
24
def get_version_tuple (version : str ) -> Tuple [Union [int , str ], ...]:
You can’t perform that action at this time.
0 commit comments