Fix OpenAPI schema version to use correct package name (#337)

This commit is contained in:
Adrian Lyjak
2026-02-06 01:38:44 -05:00
committed by GitHub
parent 94dc6ad51d
commit ef7f808c70
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llama-agents-server": patch
---
Fix OpenAPI schema version to use current server package, not workflows core
@@ -141,7 +141,7 @@ class _WorkflowAPI:
"openapi": "3.0.0",
"info": {
"title": "Workflows API",
"version": version("llama-index-workflows"),
"version": version("llama-agents-server"),
},
"components": {
"schemas": {