MAMausam Adhikariinblog.mausamadhikari.com.np·Mar 25, 2022 · 5 min readSanic and Data Validation using PydanticSanic: The Python Asynchoronous Web Framework In the previous article, we implemented simple CRUD. But from requests, data doesn't arrive as planned. Like we want our student's name to be string, not an integer or float type. For this purpose, we are...00