Increase minimum llama-index-workflows version (#248)

This commit is contained in:
Adrian Lyjak
2025-12-17 16:01:02 -05:00
committed by GitHub
parent b33e89ceaf
commit 8e84276cd0
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llama-index-utils-workflow": patch
---
Increase minimum llama-index-workflows version
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "",
"name": "docs",
"type": "module",
"version": "0.0.1",
"private": true,
@@ -14,7 +14,7 @@ authors = [{name = "Adrian Lyjak", email = "adrianlyjak@gmail.com"}]
requires-python = ">=3.9"
dependencies = [
"llama-index-core>=0.14,<0.15.0",
"llama-index-workflows>=2.9.0,<3.0.0",
"llama-index-workflows>=2.11.3,<3.0.0",
"pyvis>=0.3.2"
]