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 1111from ellar .common import IExceptionHandler , JSONResponse
1212from ellar .core import ConfigDefaultTypesMixin
1313from 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
1515from starlette .middleware import Middleware
1616
1717
Original file line number Diff line number Diff line change 1111from ellar .common import IExceptionHandler , JSONResponse
1212from ellar .core import ConfigDefaultTypesMixin
1313from 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
1515from starlette .middleware import Middleware
1616
1717
Original file line number Diff line number Diff line change 1111from ellar .common import IExceptionHandler , JSONResponse
1212from ellar .core import ConfigDefaultTypesMixin
1313from 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
1515from starlette .middleware import Middleware
1616
1717
Original file line number Diff line number Diff line change 1111from ellar .common import IExceptionHandler , JSONResponse
1212from ellar .core import ConfigDefaultTypesMixin
1313from 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
1515from starlette .middleware import Middleware
1616
1717
You can’t perform that action at this time.
0 commit comments