Skip to content

Commit be61a56

Browse files
authored
chore(deps): Update termcolor requirement from ~=2.0 to >=2,<4 (#971)
Signed-off-by: Louis Mandel <[email protected]>
1 parent c3ee8ea commit be61a56

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.5",

0 commit comments

Comments
 (0)