litexplore
litexplore copied to clipboard
Update app.py to fix pydantic import issue
There was an issue while importing pydantic package as BaseSettings has been moved. The quick fix was to replace pydantic by pydantic.v1 inside the app file. However there is a migration guide available on https://docs.pydantic.dev/2.8/migration/ if you want.