Skip to content

Commit a5f122a

Browse files
authored
chore: update to workflows 2 (#34)
1 parent 06fa336 commit a5f122a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"llama-cloud-services>=0.6.57",
9-
"llama-index-workflows>=1.3.0",
9+
"llama-index-workflows>=2.0.0,<3.0.0",
1010
"python-dotenv>=1.1.0",
1111
"jsonref>=1.1.0",
1212
"click>=8.2.1",
1313
"httpx>=0.28.1",
14-
"llama-index-core>=0.13.0",
14+
"llama-index-core>=0.14.0",
1515
]
1616

1717
[project.scripts]

test-proj/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"llama-cloud-services>=0.6.57",
9-
"llama-index-workflows>=1.3.0",
9+
"llama-index-workflows>=2.0.0,<3.0.0",
1010
"python-dotenv>=1.1.0",
1111
"jsonref>=1.1.0",
1212
"click>=8.2.1",
1313
"httpx>=0.28.1",
14-
"llama-index-core>=0.13.0",
14+
"llama-index-core>=0.14.0",
1515
]
1616

1717
[project.scripts]

0 commit comments

Comments
 (0)