NowanIlfideme / pydantic-yaml

YAML support for Pydantic models
MIT License
136 stars 11 forks source link

Fix: Generalize YAML libs #22

Closed Anatoly-Makarevich closed 2 years ago

Anatoly-Makarevich commented 2 years ago

Fixes #21

There's a slight concern that it's checking the library version inside the code, but it's just a string comparison, so that really shouldn't be a problem.

NowanIlfideme commented 2 years ago

A much larger concern is how much hackiness was needed to properly represent with the new ruamel.yaml versions...