thane98 / paragon

Toolkit for editing various FE games.
GNU General Public License v3.0
56 stars 17 forks source link

remove deprecated pydantic calls #103

Closed ghost closed 11 months ago

ghost commented 11 months ago
Previously, opening a project resulted in:

`AttributeError: Attribute '__signature__' of 'ModelMetaclass' object is not writable`

Likely caused by the fact that `update_forward_refs` is deprecated in
pydantic.

Replaced with `model_rebuild` as per pydantic suggestion.