Skip to content

MongoSessionService uses motor #3

@taralalukasz

Description

@taralalukasz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions