Skip to content

Version conflict with django-graphql-jwt #111

@holtergram

Description

@holtergram

Prerequisites

  • Is it a bug?
  • Is it a new feature?
  • Is it a a question?
  • Can you reproduce the problem?
  • Are you running the latest version?
  • Did you check for similar issues?
  • Did you perform a cursory search?

For more information, see the CONTRIBUTING guide.

Description

Django-GraphQL-JWT 0.3.2 requires "PyJWT >= 2.0.0" whereas this package only works with "< 2.0.0".
Can you please update the requirements so I can use both packages with their latest versions?

As @ulgens has mentioned it may work with the newest release.
Thanks!

Current Requirements

    "django-graphql-jwt==0.3.0",
    ...
    "PyJWT<2.0.0",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions