Skip to content

Commit 0f411fb

Browse files
committed
workaround click breaking change
1 parent 1b1ccee commit 0f411fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"llama-index-workflows>=2.2.0,<3.0.0",
1010
"python-dotenv>=1.1.0",
1111
"jsonref>=1.1.0",
12-
"click>=8.2.1",
12+
"click>=8.2.1,<8.3.0",
1313
"httpx>=0.28.1",
1414
"llama-index-core>=0.14.0",
1515
]

test-proj/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"llama-index-workflows>=2.2.0,<3.0.0",
1010
"python-dotenv>=1.1.0",
1111
"jsonref>=1.1.0",
12-
"click>=8.2.1",
12+
"click>=8.2.1,<8.3.0",
1313
"httpx>=0.28.1",
1414
"llama-index-core>=0.14.0",
1515
]

0 commit comments

Comments
 (0)