We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1bb3b commit 9e9d881Copy full SHA for 9e9d881
pyproject.toml
@@ -13,7 +13,7 @@ dev = [
13
14
[project]
15
name = "llama-index-workflows"
16
-version = "1.2.0"
+version = "1.3.0"
17
description = "An event-driven, async-first, step-based way to control the execution flow of AI applications like Agents."
18
readme = "README.md"
19
license = "MIT"
@@ -26,10 +26,7 @@ dependencies = [
26
]
27
28
[project.optional-dependencies]
29
-server = [
30
- "starlette>=0.39.0",
31
- "uvicorn>=0.32.0"
32
-]
+server = ["starlette>=0.39.0", "uvicorn>=0.32.0"]
33
34
[tool.coverage.run]
35
omit = ["tests/*"]
0 commit comments