#34164 closed Uncategorized (invalid)

django-graphql-auth 0.3.16 && django-mongoengine 0.5.4 dont work with django-4.1.3

Reported by: ata Owned by: nobody
Component: Uncategorized Version: 4.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello,

i get pip install error when I install django 4.1.3 even though I use the latest versions of django-graphql-auth and django-mongoengine. I dont have this problem with django 3.2.16.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
django-mongoengine 0.5.4 requires Django<4.1,>3.1, but you have django 4.1.3 which is incompatible.
django-graphql-auth 0.3.16 requires django-graphql-jwt==0.3.0, but you have django-graphql-jwt 0.3.4 which is incompatible.
django-graphql-auth 0.3.16 requires PyJWT<2.0.0, but you have pyjwt 2.6.0 which is incompatible.

Is this a known issue ?=

Best regards

Ata

Attachments (1)

2022-11-16 09_29_30-Window.png (23.2 KB ) - added by ata 18 months ago.
error pip

Download all attachments as: .zip

Change History (2)

by ata, 18 months ago

error pip

comment:1 by Mariusz Felisiak, 18 months ago

Resolution: invalid
Status: newclosed

Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top