robotics-toolbox-python icon indicating copy to clipboard operation
robotics-toolbox-python copied to clipboard

fix: pin colored to <1.5.0

Open sdiebolt opened this issue 2 years ago • 1 comments

Hi @petercorke! This PR fixes #384.

Colored 1.5.0 introduced breaking API changes, renaming functions fg and attr to fore and style respectively. This PR pins colored's version to <1.5.0.

sdiebolt avatar Jun 19 '23 14:06 sdiebolt

Colored's maintainer noticed the problem and deleted Colored 1.5.0. He released a 2.0.0 version instead. This PR is still required, since robotics-toolbox-python does not support the breaking changes in colored 2.0.0.

sdiebolt avatar Jun 19 '23 14:06 sdiebolt

Thanks for your interest in the Toolbox and for submitting this PR. This issue has been resolved by the author of coloured for versions beyond 2.0.0, and existing Toolbox code works as expected. Therefore I will decline this PR.

petercorke avatar Aug 10 '24 08:08 petercorke