File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
02-socketio-app/socketio_app
03-auth-with-guards/auth_project
04-auth-with-handlers/auth_project_with_handler Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
from ellar .common import IExceptionHandler , JSONResponse
12
12
from ellar .core import ConfigDefaultTypesMixin
13
13
from ellar .core .versioning import BaseAPIVersioning , DefaultAPIVersioning
14
- from pydantic . json import ENCODERS_BY_TYPE as encoders_by_type
14
+ from ellar . pydantic import ENCODERS_BY_TYPE as encoders_by_type
15
15
from starlette .middleware import Middleware
16
16
17
17
Original file line number Diff line number Diff line change 11
11
from ellar .common import IExceptionHandler , JSONResponse
12
12
from ellar .core import ConfigDefaultTypesMixin
13
13
from ellar .core .versioning import BaseAPIVersioning , DefaultAPIVersioning
14
- from pydantic . json import ENCODERS_BY_TYPE as encoders_by_type
14
+ from ellar . pydantic import ENCODERS_BY_TYPE as encoders_by_type
15
15
from starlette .middleware import Middleware
16
16
17
17
Original file line number Diff line number Diff line change 11
11
from ellar .common import IExceptionHandler , JSONResponse
12
12
from ellar .core import ConfigDefaultTypesMixin
13
13
from ellar .core .versioning import BaseAPIVersioning , DefaultAPIVersioning
14
- from pydantic . json import ENCODERS_BY_TYPE as encoders_by_type
14
+ from ellar . pydantic import ENCODERS_BY_TYPE as encoders_by_type
15
15
from starlette .middleware import Middleware
16
16
17
17
Original file line number Diff line number Diff line change 11
11
from ellar .common import IExceptionHandler , JSONResponse
12
12
from ellar .core import ConfigDefaultTypesMixin
13
13
from ellar .core .versioning import BaseAPIVersioning , DefaultAPIVersioning
14
- from pydantic . json import ENCODERS_BY_TYPE as encoders_by_type
14
+ from ellar . pydantic import ENCODERS_BY_TYPE as encoders_by_type
15
15
from starlette .middleware import Middleware
16
16
17
17
You can’t perform that action at this time.
0 commit comments