Skip to content

Commit 5a7c900

Browse files
chore(deps): Update termcolor requirement from ~=2.0 to >=2,<4
Updates the requirements on [termcolor](https://github.com/termcolor/termcolor) to permit the latest version. - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](termcolor/termcolor@2.0.0...3.0.1) --- updated-dependencies: - dependency-name: termcolor dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e516bf commit 5a7c900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"jsonschema~=4.0",
1515
"litellm>=1.66.0",
1616
"openai>=1.66.1",
17-
"termcolor~=2.0",
17+
"termcolor>=2,<4",
1818
"ipython>=8,<10",
1919
"json-repair~=0.35",
2020
"granite-io>=0.2,<0.4",

0 commit comments

Comments
 (0)