Skip to content

Conversation

@ekohl
Copy link
Contributor

@ekohl ekohl commented Jul 11, 2025

The breaking changes do not affect git-up.

Link: https://github.com/termcolor/termcolor/releases/tag/3.0.0

GitPython = "^3.0.0"
colorama = "^0.4.0"
termcolor = "^2.0.0"
termcolor = ">= 2.0.0, < 4.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend no upper pin.

Here's a long explanation: https://iscinumpy.dev/post/bound-version-constraints/

Suggested change
termcolor = ">= 2.0.0, < 4.0.0"
termcolor = ">= 2.0.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants