from aiohttp import ClientSession from ujson import dumps http_session = ClientSession( json_serialize=dumps, )