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

Update depedency typeguard #260

Closed jasle closed 4 months ago

jasle commented 4 months ago

Resolves #250

jasle commented 4 months ago

cc @LostInDarkMath

lovasoa commented 4 months ago

looks like this breaks the tests

jasle commented 4 months ago

looks like this breaks the tests

It does not directly break the tests, but typeguard 4.0.0 requires at least python 3.7.4, so the building on ubuntu with python 3.6 does not work.

I adjusted the required version in this PR, but so this does not fix #250 for all specified python versions for this project.

Is dropping the support for older python versions an option? typeguard 4.0.0 requires at least python 3.7.4, the current version of marshmallow python 3.8.

lovasoa commented 4 months ago

Yes, that would be okay! Can you open a pr?