-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hey guys,
MongoSessionService uses motor to handle asynchronous connections to a Mongo DB
https://github.com/edu010101/adk-extra-services/blob/main/src/adk_extra_services/sessions/mongo_session_service.py#L22
Motor won't be supported anymore starting from May 14th, 2027. Source: https://motor.readthedocs.io/en/stable/
Migration guide from motor to pymongo can be found here: https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/
I suggest introducing pymongo instead of motor to keep up the pace. It should be quite simple change.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels