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

Fix malformed version on aniso8601 requirement #995

Merged
merged 2 commits into from
Jun 11, 2019

Conversation

AdrianLC
Copy link
Contributor

@AdrianLC AdrianLC commented Jun 5, 2019

This was changed on #935 to fix a warning when installing newer versions but we are now getting an error that 6.0.0 doesn't match 6.0.*:

ERROR: graphene 2.1.5 has requirement aniso8601<=6.0.*,>=3, but you'll have aniso8601 6.0.0 which is incompatible.

I don't think that the * are recognized as the same version.

setup.py Outdated Show resolved Hide resolved
Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
Copy link
Member

@jkimbo jkimbo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jkimbo jkimbo merged commit 431e93c into graphql-python:master Jun 11, 2019
@jkimbo jkimbo mentioned this pull request Jun 11, 2019
@AdrianLC AdrianLC deleted the patch-1 branch June 11, 2019 10:56
@benhowes
Copy link

For those who are using pipenv, this problem does also seem to be a cause of:

ERROR: Could not find a version that matches aniso8601<8.0.0,<=6.0.*,>=3,>=7.0.0

When locking. In order to get my locking stable, I had to switch out the released version for pipenv install -e https://github.com/graphql-python/graphene.git for now.

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.

4 participants