File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Changes in Version 4.13.1 (2025/06/10)
5
+ --------------------------------------
6
+
7
+ Version 4.13.1 is a bug fix release.
8
+
9
+ - Fixed a bug that could raise ``ServerSelectionTimeoutError `` when using timeouts with ``AsyncMongoClient ``.
10
+ - Fixed a bug that could raise ``NetworkTimeout `` errors on Windows.
11
+
12
+ Issues Resolved
13
+ ...............
14
+
15
+ See the `PyMongo 4.13.1 release notes in JIRA `_ for the list of resolved issues
16
+ in this release.
17
+
18
+ .. _PyMongo 4.13.1 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43924
19
+
4
20
Changes in Version 4.13.0 (2025/05/14)
5
21
--------------------------------------
6
22
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.13.0 "
21
+ __version__ = "4.13.1 "
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