Skip to content

Pin pyrsistent to the mayor version to this specific one #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albertjan
Copy link

Context

When using pyredux with pipenv I can't install the latest version of pyrsistent because pyredux requires this exact version.

Solution

This changes that to accept any version that is bigger or equal to the mentioned version but the same major release.

## Context

When using pyredux with pipenv I can't install the latest version of pyrsistent because pyredux requires this exact version.

## Solution

This changes that to accept any version that is bigger or equal to the mentioned version but the same major release.
@peterpeter5
Copy link
Owner

Thank you for your fix and comment! You are right and it was about time to fix this. It wasn't a good idea to require a strict version of pyrsistent.

I used your fix, to drop python2 (i hope this is not a problem for you) support as well and to do some minor housekeeping.

If you want you can have a look at: c32ca55 and comment on my changes. In case of no comment or objection from your side, i will release a new version to pypi soon.

@albertjan
Copy link
Author

Ah that makes sense. Yeah those changes make sense. Thanks for your quick response.

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

Successfully merging this pull request may close these issues.

2 participants