-
Notifications
You must be signed in to change notification settings - Fork 823
Update aniso8601 dependency to allow versions 4+. #935
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
Conversation
Why not just update to |
To not break people on aniso8601 3.x-5.x |
@crunk1 it feels wrong. Saying any version |
Updated. I don't know what your thoughts are on allowing future compatibility changes, but take a look. |
Hi there.I received the same warning as @crunk1 and I found this PR. |
Pyup is nice too: https://pyup.io/ |
This was changed on graphql-python#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 than.
I accidentally updated my local aniso8601 to 6.0.0. My projects were running fine with graphene==2.1.3 and aniso8601==6.0.0. Later, I noticed the pip warnings telling me they were incompatible versions.
I ran tox against aniso8601 versions 4.0.0, 5.0.0, and 6.0.0 and compared against the results from running against 3.0.2. Results look the same at a glance.