NowanIlfideme / pydantic-yaml

YAML support for Pydantic models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

signature mismatch for `__try_update_forward_refs__`

novas0x2a opened this issue · comments

This MR changed the signature for __try_update_forward_refs__ which unfortunately causes this signature to need to change, too:

def __try_update_forward_refs__(cls) -> None:
(it was retroactively marked a breaking change: https://github.com/pydantic/pydantic/blob/main/HISTORY.md#v191-2022-05-19)

Fixed in v0.8.1, thanks for reporting!

Cheers!