notion-df icon indicating copy to clipboard operation
notion-df copied to clipboard

update to support pydantic 2.0

Open ujwal-narayan opened this issue 5 months ago • 0 comments

Pydantic 2.0 has breaking changes, namely in the way it handles Optional. Optional values now raise Error if a default value is not provided. This PR migrates to Pedantic 2.0 and supports the Optional types (https://docs.pydantic.dev/latest/migration/)

ujwal-narayan avatar Sep 18 '24 06:09 ujwal-narayan