Aleph-Alpha/magma

Typeguard version in requirements

NiclasGoering opened this issue · 2 comments

When using newer typeguard versions like 4.0.0 I encountered an error while the code runs fine with an older typeguard version like 2.11.1. Maybe the requirements file should be changed from typeguard -> typeguard==2.11.1.

I've had the same issue.
I think this change (and fixing exact versions of all the other dependencies in requirements.txt) is of utmost importance.

CoEich commented

Hi,

thanks for notifying, I will look into it and probably pin the typeguard version.

Best,

Constantin