graphql-server icon indicating copy to clipboard operation
graphql-server copied to clipboard

Pin depedencies to fix tests

Open richin13 opened this issue 3 years ago • 0 comments

This PR pins a couple of depedencies in order to avoid import errors due to interface changes in those dependencies (they're mostly, dependencies of dependencies)

  • MarkupSafe<=2.0.1, above that version the following happens during the tests -> (https://github.com/pallets/jinja/issues/1585)
  • wsproto<=1.0.01, couldn't find a relevant issue but in 1.0.1 they do from h1._headers import Headers as ... and Headers was renamed in version 0.11.0. The project was installing h11 version 0.9.0 I believe.

richin13 avatar May 25 '22 17:05 richin13