lovasoa / marshmallow_dataclass

Automatic generation of marshmallow schemas from dataclasses.
https://lovasoa.github.io/marshmallow_dataclass/html/marshmallow_dataclass.html
MIT License
456 stars 78 forks source link

Loosen dependency versions #273

Open epenet opened 2 months ago

epenet commented 2 months ago

Fixes #272

The current implementation restricts typeguard to ">=4.0.0,<4.1.0", preventing the installation of 4.1.3 (which fixes https://github.com/agronholm/typeguard/issues/385)

epenet commented 2 months ago

This bug was introduced in https://github.com/lovasoa/marshmallow_dataclass/pull/263 cc @jasle