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
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. mpcontribs-client 4.2.9 requires jsonschema<4.0, but you have jsonschema 4.4.0 which is incompatible.
I remember now why I had to keep jsonschema pinned to <4.0 despite Yelp/swagger_spec_validator#149 being fixed via Yelp/swagger_spec_validator#146 in swagger_spec_validator==2.7.4 now. As part of version 2.7.4 they also shipped an update on enforcing unique operation IDs (see Yelp/swagger_spec_validator#85). I will have to change the swagger specs for the MPContribs API accordingly before I can bump up swagger_spec_validator and with it jsonschema. I've started PR #998 for it.
pip
complains:Is the pinning actually necessary?
MPContribs/mpcontribs-client/setup.py
Line 32 in b7b2e21
The text was updated successfully, but these errors were encountered: