Conflict issue in django4
markflorence728 opened this issue · 1 comments
markflorence728 commented
`
The conflict is caused by:
The user requested Django==4.0.1
django-honeypot 1.0.2 depends on Django<4.0 and >=2.2
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
`
I am getting a conflict error with this package in django4.0.1.
Looks like you didn't dump it to django4 yet. Hope to see the update as soon as possible.
jamesturk commented
Thanks for pointing this out, just pushed up 1.0.3 which supports 4.0 (no code changes).
…On Wed, Jan 26, 2022, at 12:11 PM, markflorence728 wrote:
`The conflict is caused by:
The user requested Django==4.0.1
django-honeypot 1.0.2 depends on Django<4.0 and >=2.2
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict`
—
Reply to this email directly, view it on GitHub <#59>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAB6YUS2GRLXO3CZI6O7LLUYATK5ANCNFSM5M3TE6LQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>