You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
gameta's jsonschema is not compatible with poetry's
To Reproduce
Steps to reproduce the behaviour:
pip install -U poetry
pip install -U gameta
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]
The text was updated successfully, but these errors were encountered:
Describe the bug
gameta's jsonschema is not compatible with poetry's
To Reproduce
Steps to reproduce the behaviour:
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
Versions
The text was updated successfully, but these errors were encountered: