Skip to content

Commit 064d3ef

Browse files
committed
merge
1 parent 9483f36 commit 064d3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/api/src/microsoft/teams/api/clients/bot/token_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
from typing import Literal, Optional, Union
88

99
from microsoft.teams.common.http import Client, ClientOptions
10+
from pydantic import BaseModel
1011

1112
from ...auth import Credentials, TokenCredentials
12-
from ...models import CustomBaseModel
1313
from ..base_client import BaseClient
1414

1515

16-
class GetBotTokenResponse(CustomBaseModel):
16+
class GetBotTokenResponse(BaseModel):
1717
"""Response model for bot token requests."""
1818

1919
# Note: These fields use snake_case to match TypeScript exactly

0 commit comments

Comments
 (0)