How to Solve NameError: name 'HttpUrl' is not defined -- pydantic

Solution: Import the 'HttpUrl' module

# Add the following line to the top of your code
from pydantic import HttpUrl

 

For more information:
pydantic HttpUrl