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

pinned Faker==5.0.1 causing packages installation conflicts #302

Closed
robinchow opened this issue Jan 6, 2021 · 2 comments
Closed

pinned Faker==5.0.1 causing packages installation conflicts #302

robinchow opened this issue Jan 6, 2021 · 2 comments

Comments

@robinchow
Copy link
Contributor

Due to this update (9b50595) and the pin being so restrictive, we are encountering the problem of "incompatible versions in resolved dependencies" when installing packages in our environment (we use Faker==4.18.0)

If you're trying to avoid Faker version 5.0.2, maybe instead use the requirement Faker<5.0.2 ?

@atodorov
Copy link
Contributor

atodorov commented Jan 7, 2021

@robinchow makes sense. Do you mind sending a PR ?

robinchow added a commit to robinchow/pylint-django that referenced this issue Jan 7, 2021
atodorov pushed a commit that referenced this issue Jan 7, 2021
@carlio
Copy link
Collaborator

carlio commented Jan 10, 2021

This was fixed as part of #304 and #305, it was just released as version 2.4.2

@carlio carlio closed this as completed Jan 10, 2021
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