Skip to content

Commit 9e9d881

Browse files
committed
bump version
1 parent 7b1bb3b commit 9e9d881

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dev = [
1313

1414
[project]
1515
name = "llama-index-workflows"
16-
version = "1.2.0"
16+
version = "1.3.0"
1717
description = "An event-driven, async-first, step-based way to control the execution flow of AI applications like Agents."
1818
readme = "README.md"
1919
license = "MIT"
@@ -26,10 +26,7 @@ dependencies = [
2626
]
2727

2828
[project.optional-dependencies]
29-
server = [
30-
"starlette>=0.39.0",
31-
"uvicorn>=0.32.0"
32-
]
29+
server = ["starlette>=0.39.0", "uvicorn>=0.32.0"]
3330

3431
[tool.coverage.run]
3532
omit = ["tests/*"]

0 commit comments

Comments
 (0)