mongo-python-driver/pymongo/asynchronous
Steven Silvester 477217f666
[TASK]-[PYTHON-5623]: [v4.15] Change with_transaction callback return type to Awaitable (#2612)
Co-authored-by: Noah Stapp <noah.stapp@mongodb.com>
Co-authored-by: Logan Pulley <logan@pulley.host>
2025-11-11 13:42:52 -06:00
..
__init__.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
aggregation.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
auth_aws.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
auth_oidc.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
auth.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
bulk.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
change_stream.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
client_bulk.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
client_session.py [TASK]-[PYTHON-5623]: [v4.15] Change with_transaction callback return type to Awaitable (#2612) 2025-11-11 13:42:52 -06:00
collection.py PYTHON-5596 Fix return type for distinct methods (#2576) [v4.15] (#2583) 2025-10-07 14:08:33 -05:00
command_cursor.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
cursor.py PYTHON-5596 Fix return type for distinct methods (#2576) [v4.15] (#2583) 2025-10-07 14:08:33 -05:00
database.py PYTHON-3606 - Document best practice for closing MongoClients and cursors (#2465) 2025-08-13 09:46:01 -04:00
encryption.py PYTHON-5544 [v4.15] Revert changes to base protocol layer (#2538) 2025-09-16 10:54:58 -05:00
helpers.py PYTHON-5537 Update typing dependencies (#2524) [v4.15] (#2536) 2025-09-16 09:16:22 -05:00
mongo_client.py PYTHON-3606 - Document best practice for closing MongoClients and cursors (#2465) 2025-08-13 09:46:01 -04:00
monitor.py PYTHON-5218 - Add logging statement when SRV polling fails (#2463) 2025-08-07 13:32:11 -04:00
network.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
pool.py PYTHON-5544 [v4.15] Revert changes to base protocol layer (#2538) 2025-09-16 10:54:58 -05:00
server.py PYTHON-5492 Fix handling of MaxTimeMS message (#2484) 2025-08-18 18:52:46 -05:00
settings.py PYTHON-5306 - Fix use of public MongoClient attributes before connection (#2285) 2025-04-21 15:53:21 -04:00
srv_resolver.py PYTHON-5288: SRV hostname validation fails when resolver and resolved hostnames are identical with three domain levels (#2272) 2025-04-09 18:00:04 -04:00
topology.py PYTHON-5257 - Turn on mypy disallow_any_generics (#2456) 2025-08-06 14:21:53 -04:00
uri_parser.py PYTHON-5421 continued - update changelog, update docstring, and add testing (#2420) 2025-07-07 14:00:11 -07:00