Bump min server workflows version for span tag compat (#418)

This commit is contained in:
Adrian Lyjak
2026-03-11 11:35:57 -04:00
committed by GitHub
parent 5e7f9e5437
commit 94bbe68e1f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ description = "HTTP server for deploying and serving LlamaIndex workflows as web
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"llama-index-workflows>=2.15.0,<3.0.0",
"llama-index-workflows>=2.16.0,<3.0.0",
"llama-agents-client>=0.2.0",
"starlette>=0.39.0",
"uvicorn>=0.32.0",
@@ -5,6 +5,5 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"llama-index-workflows": "workspace:*"
}
}