Skip to content

Commit f86b84f

Browse files
kwonkwonnclaude
andcommitted
refactor: Migrate auth handler to pydantic
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 1b0ef5e commit f86b84f

File tree

9 files changed

+936
-1008
lines changed

9 files changed

+936
-1008
lines changed

src/ai/backend/client/func/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from ai.backend.client.session import api_session
1515
from ai.backend.client.types import set_if_set
1616
from ai.backend.client.utils import dedent as _d
17-
from ai.backend.common.dto.manager.auth.field import AuthResponse, parse_auth_response
17+
from ai.backend.common.dto.manager.auth.types import AuthResponse, parse_auth_response
1818

1919
from .base import BaseFunction, api_function, resolve_fields
2020

0 commit comments

Comments
 (0)