invocations currently pins its requirements to semantic_version>=2.4,<2.7. The latest semantic_version that matches is 2.6.0 released seven years ago. This causes problems for operating systems packagers because they usually pack recent versions of software and it is very hard to provide multiple versions to fulfill similar ancient requirements.
For example, in OpenIndiana the semantic_version package is at version 2.10.0.
Please update invocations to work with newer semantic_version. Thank you.
invocationscurrently pins its requirements to semantic_version>=2.4,<2.7. The latestsemantic_versionthat matches is2.6.0released seven years ago. This causes problems for operating systems packagers because they usually pack recent versions of software and it is very hard to provide multiple versions to fulfill similar ancient requirements.For example, in OpenIndiana the
semantic_versionpackage is at version 2.10.0.Please update
invocationsto work with newersemantic_version. Thank you.