jsonschema-rs/bindings/python/src
Florian Braun 829ca19963 feat(python): support validation of dict subclasses
Currently, attemping to validate an instance of a dict subclass will raise a `ValueError`. This should not be happening, since the instance is still dict.
Achieve compatibility by checking the subclasses' inheritance tree, and treat the instance like a dict if that check passes.
2024-03-22 18:44:42 +01:00
..
ffi.rs chore(python): Fix clippy warnings 2022-01-28 12:23:10 +01:00
lib.rs feat: Support Python 3.12 2024-03-03 19:48:40 +01:00
ser.rs feat(python): support validation of dict subclasses 2024-03-22 18:44:42 +01:00
types.rs chore: Avoid usage of deprecated PyO3 traits 2022-05-12 16:51:51 +02:00