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.
invocations
currently pins its requirements to semantic_version>=2.4,<2.7. The latestsemantic_version
that matches is2.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 newersemantic_version
. Thank you.