litexplore icon indicating copy to clipboard operation
litexplore copied to clipboard

Update app.py to fix pydantic import issue

Open Samsam987 opened this issue 6 months ago • 0 comments

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.

Samsam987 avatar Aug 30 '24 00:08 Samsam987