1import type { PydanticPlugin } from './types'; 2import { handlerV2 } from './v2/plugin'; 3 4export const handler: PydanticPlugin['Handler'] = (args) => handlerV2(args);