yukinarit / pyserde

Yet another serialization library on top of dataclasses, inspired by serde-rs.
https://yukinarit.github.io/pyserde/guide/en
MIT License
711 stars 40 forks source link

type_check=disable should not implement beartype #577

Closed yukinarit closed 1 month ago

yukinarit commented 1 month ago

The issue was relevant only when @serialize or @deserialize used.

for #575