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

jsonschema version incompatibility #58

Open
nqoptic opened this issue May 27, 2023 · 0 comments
Open

jsonschema version incompatibility #58

nqoptic opened this issue May 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nqoptic
Copy link

nqoptic commented May 27, 2023

Describe the bug
gameta's jsonschema is not compatible with poetry's

To Reproduce
Steps to reproduce the behaviour:

  1. pip install -U poetry
  2. pip install -U gameta
  3. 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.
    poetry 1.5.0 requires jsonschema<5.0.0,>=4.10.0, but you have jsonschema 3.2.0 which is incompatible.
    Successfully installed jsonschema-3.2.0

Platform

  • OS: [ubuntu]
  • Version [22.04]

Versions

  • python [3.11.3]
  • poettry [1.5.0]
  • gameta [0.2.7]
@nqoptic nqoptic added the bug Something isn't working label May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant