-
Notifications
You must be signed in to change notification settings - Fork 95
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
Don't restrict Faker to version < 12.1 #179
Comments
With the latest Faker version I get this error:
|
Looks like the change was introduced in 12.1 which explains the restriction to |
Thanks, Andreas, for trying that. So a (bigger?) change in Mixer is needed, I guess. But then still it would be good to do that and not stay with an old dependency. |
Makes sense to me. |
Dependabot tried to update Faker to 16, which won't work because of this mixer restriction. Can mixer be updated to support current faker? |
Faker is now up to 21.0.0. Can you update mixer to support new versions of faker? |
What is the reason to restrict Faker to a version below 12.1?
Looking at the release notes of Faker, I would not expect any breaking changes.
Maybe lift the restriction completely or at least raise it to the current (major-)version?
The text was updated successfully, but these errors were encountered: