eladrich / pyrallis

Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
https://eladrich.github.io/pyrallis/
MIT License
198 stars 7 forks source link

Fixed a bug with default collection type hints #10

Closed eladrich closed 2 years ago

eladrich commented 2 years ago

Using default collection type hints such as Dict, List, Tuple, and Set resulted in errors in some python versions.

Fixed the bug and added a matching test.