[PR #337] [MERGED] Fix OpenAPI schema version to use correct package name #339

Closed
opened 2026-02-16 02:17:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/337
Author: @adrianlyjak
Created: 2/5/2026
Status: Merged
Merged: 2/6/2026
Merged by: @adrianlyjak

Base: mainHead: claude/update-workflow-openapi-spec-5sGl1


📝 Commits (2)

  • e2a5428 Use llama-agents-server version in OpenAPI spec
  • b664aab add changeset

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

.changeset/thin-birds-jump.md (+5 -0)
📝 packages/llama-agents-server/src/llama_agents/server/_api.py (+1 -1)

📄 Description

Summary

Fixed the OpenAPI schema generation to reference the correct package version for the Workflows API documentation.

Changes

  • Updated the OpenAPI schema version field to use version("llama-agents-server") instead of version("llama-index-workflows")
  • This ensures the API documentation reflects the actual package version being used

Details

The OpenAPI schema was incorrectly pulling the version from a different package (llama-index-workflows) instead of the current package (llama-agents-server). This change ensures that the API documentation displays the correct version number that corresponds to the deployed server.

https://claude.ai/code/session_019d9zWfByMhFNwUinEd6Efn


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/337 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `claude/update-workflow-openapi-spec-5sGl1` --- ### 📝 Commits (2) - [`e2a5428`](https://github.com/run-llama/workflows-py/commit/e2a54288fe131f02ec46cc46c7a2a1392b990c3e) Use llama-agents-server version in OpenAPI spec - [`b664aab`](https://github.com/run-llama/workflows-py/commit/b664aab82a8a498d3a05de3519f8b262a4642370) add changeset ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/thin-birds-jump.md` (+5 -0) 📝 `packages/llama-agents-server/src/llama_agents/server/_api.py` (+1 -1) </details> ### 📄 Description ## Summary Fixed the OpenAPI schema generation to reference the correct package version for the Workflows API documentation. ## Changes - Updated the OpenAPI schema `version` field to use `version("llama-agents-server")` instead of `version("llama-index-workflows")` - This ensures the API documentation reflects the actual package version being used ## Details The OpenAPI schema was incorrectly pulling the version from a different package (`llama-index-workflows`) instead of the current package (`llama-agents-server`). This change ensures that the API documentation displays the correct version number that corresponds to the deployed server. https://claude.ai/code/session_019d9zWfByMhFNwUinEd6Efn --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:16 -05:00
yindo closed this issue 2026-02-16 02:17:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#339