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 11Changelog
22=========
33
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+
420Changes in Version 4.13.0 (2025/05/14)
521--------------------------------------
622
Original file line number Diff line number Diff line change 1818import re
1919from typing import List , Tuple , Union
2020
21- __version__ = "4.13.0 "
21+ __version__ = "4.13.1 "
2222
2323
2424def get_version_tuple (version : str ) -> Tuple [Union [int , str ], ...]:
You can’t perform that action at this time.
0 commit comments