[Bug]: `DeprecationWarning` due to use of `general_plain_validator_function` in `MSONable.__get_pydantic_core_schema__` with Pydantic v2
ugognw opened this issue · 4 comments
ugognw commented
Lines 291 to 300 in 5d37679
Pydantic suggests a straight swap for core_schema.with_info_plain_validator_function
DanielYang59 commented
Thanks! Fixed in #631.
DanielYang59 commented
@shyuep I believe we can close this issue now. Thanks!