Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typeguard version in requirements #47

Open
NiclasGoering opened this issue Jul 12, 2023 · 2 comments
Open

Typeguard version in requirements #47

NiclasGoering opened this issue Jul 12, 2023 · 2 comments

Comments

@NiclasGoering
Copy link

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.

@GooseIt
Copy link

GooseIt commented Jul 20, 2023

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
Copy link
Collaborator

CoEich commented Aug 3, 2023

Hi,

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

Best,

Constantin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants