0👍
✅
Convert each dict value to string (from @falsetru comment, edited to match brackets):
request.post(url, data={key: str(value) for key, value in info.items()})
Source:stackexchange.com