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

Not compatible with Django 4.1 #14

Closed
ddahan opened this issue Aug 3, 2022 · 3 comments
Closed

Not compatible with Django 4.1 #14

ddahan opened this issue Aug 3, 2022 · 3 comments

Comments

@ddahan
Copy link

ddahan commented Aug 3, 2022

Poetry will not accept to install Django 4.1 with slippers (any version).

$ poetry lock
Updating dependencies
Resolving dependencies... (1.5s)

  SolverProblemError

  Because no versions of slippers match <0.1.0 || >0.1.0,<0.1.1 || >0.1.1,<0.1.2 || >0.1.2,<0.1.3 || >0.1.3,<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1
   and slippers (0.1.0) depends on Django (>=3.0,<4.0), slippers (<0.1.1 || >0.1.1,<0.1.2 || >0.1.2,<0.1.3 || >0.1.3,<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=3.0,<4.0).
  And because slippers (0.1.1) depends on Django (>=2.2,<4.0), slippers (<0.1.2 || >0.1.2,<0.1.3 || >0.1.3,<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=2.2,<4.0).
  And because slippers (0.1.2) depends on Django (>=2.2,<4.0)
   and slippers (0.1.3) depends on Django (>=2.2,<4.0), slippers (<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=2.2,<4.0).
  And because slippers (0.1.4) depends on Django (>=2.2,<4.0)
   and slippers (0.2.0) depends on Django (>=2.2,<4.0), slippers (<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=2.2,<4.0).
  And because slippers (0.3.0) depends on Django (>=2.2,<4.0)
   and slippers (0.3.1) depends on Django (>=2.2,<4.1), every version of slippers requires Django (>=2.2,<4.1).
  So, because mango depends on both Django (4.1.*) and slippers (*), version solving failed.
@mixxorz
Copy link
Owner

mixxorz commented Aug 4, 2022

Thanks for reporting. Slippers should be compatible with Django 4.1 so I'll update the dependency version.

@mixxorz
Copy link
Owner

mixxorz commented Aug 4, 2022

Fixed by #15.

@mixxorz mixxorz closed this as completed Aug 4, 2022
@mixxorz
Copy link
Owner

mixxorz commented Aug 4, 2022

0.3.2 is now out on PyPI: https://pypi.org/project/slippers/

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

2 participants