Closed itdependsnetworks closed 3 years ago
@itdependsnetworks Can you rebase and update your poetry.lock file (to get David's mypy fix).
Also we should just do:
"ruamel.yaml" = "0.16.*"
That should allow 0.16 and greater, but disallow 1.x.x.
Alternatively we could just do >=0.16
I went with Alternatively we could just do >=0.16
, since semantic versioning technically treats every "minor" version as potentially non-backwards compatible, and poetry respects that.
Thanks!
This is failing due to issue #695 not because of any changes made here.