Skip to content

Commit 668c8cf

Browse files
committed
workaround click breaking change
1 parent 1b1ccee commit 668c8cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml.jinja

Lines changed: 1 addition & 2 deletions
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
]
@@ -50,4 +50,3 @@ process-file = "{{project_name_snake}}.process_file:workflow"
5050

5151
[tool.llamadeploy.ui]
5252
directory = "ui"
53-

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)