diff --git a/src/quickbot/model/bot_entity.py b/src/quickbot/model/bot_entity.py index af63325..b57c4df 100644 --- a/src/quickbot/model/bot_entity.py +++ b/src/quickbot/model/bot_entity.py @@ -245,7 +245,7 @@ class BotEntity[CreateSchemaType: BaseModel, UpdateSchemaType: BaseModel]( @classmethod @session_dep async def get(cls, *, session: AsyncSession | None = None, id: int): - return await session.get(cls, id, populate_existing=True) + return await session.get(cls, id) @classmethod def _static_filter_condition(