[PR #307] [CLOSED] chore: version packages #311

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/307
Author: @llama-org-ci-bot[bot]
Created: 1/26/2026
Status: Closed

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

19 files changed (+75 additions, -52 deletions)

View changed files

.changeset/afraid-books-own.md (+0 -7)
.changeset/cyan-dragons-breathe.md (+0 -5)
.changeset/new-hairs-follow.md (+0 -5)
.changeset/nine-hairs-relax.md (+0 -10)
.changeset/smooth-kids-laugh.md (+0 -5)
.changeset/update-debugger-assets.md (+0 -8)
📝 packages/llama-index-utils-workflow/CHANGELOG.md (+20 -0)
📝 packages/llama-index-utils-workflow/package.json (+1 -1)
📝 packages/llama-index-utils-workflow/pyproject.toml (+1 -1)
packages/llama-index-workflows-client/CHANGELOG.md (+11 -0)
📝 packages/llama-index-workflows-client/package.json (+1 -1)
📝 packages/llama-index-workflows-client/pyproject.toml (+1 -1)
packages/llama-index-workflows-server/CHANGELOG.md (+13 -0)
📝 packages/llama-index-workflows-server/package.json (+1 -1)
📝 packages/llama-index-workflows-server/pyproject.toml (+1 -1)
📝 packages/llama-index-workflows/CHANGELOG.md (+19 -0)
📝 packages/llama-index-workflows/package.json (+1 -1)
📝 packages/llama-index-workflows/pyproject.toml (+1 -1)
📝 uv.lock (+4 -4)

📄 Description

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

llama-index-utils-workflow@0.9.0

Minor Changes

  • 73c1254: refactor: expand runtime plugin architecture

    • Refactoring to better support alternate distributed backends
    • Some Context methods may now raise errors if used in an unexpected context
    • WorkflowHandler is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc)

Patch Changes

  • db90f89: Separate server/client to their own packages under a llama_agents namespace
  • 33bbd23: Read workflows from globals rather than sys modules to facilitate more robust/correct class loading
  • 0e826b1: Added in the utility function draw_all_possible_flows_nested_mermaid. This draws the possible flows (not execution) of nested workflows
  • Updated dependencies [73c1254]
  • Updated dependencies [2900f58]
  • Updated dependencies [6fdc45c]

llama-index-workflows@2.14.0

Minor Changes

  • 73c1254: refactor: expand runtime plugin architecture

    • Refactoring to better support alternate distributed backends
    • Some Context methods may now raise errors if used in an unexpected context
    • WorkflowHandler is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc)
  • 2900f58: Support state type inheritance in workflows

Patch Changes

llama-index-workflows-client@0.1.1

Patch Changes

llama-index-workflows-server@0.1.1

Patch Changes


🔄 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/307 **Author:** [@llama-org-ci-bot[bot]](https://github.com/apps/llama-org-ci-bot) **Created:** 1/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`49ab014`](https://github.com/run-llama/workflows-py/commit/49ab014a088497db95c8161455b446b95f84267b) chore: version packages ### 📊 Changes **19 files changed** (+75 additions, -52 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/afraid-books-own.md` (+0 -7) ➖ `.changeset/cyan-dragons-breathe.md` (+0 -5) ➖ `.changeset/new-hairs-follow.md` (+0 -5) ➖ `.changeset/nine-hairs-relax.md` (+0 -10) ➖ `.changeset/smooth-kids-laugh.md` (+0 -5) ➖ `.changeset/update-debugger-assets.md` (+0 -8) 📝 `packages/llama-index-utils-workflow/CHANGELOG.md` (+20 -0) 📝 `packages/llama-index-utils-workflow/package.json` (+1 -1) 📝 `packages/llama-index-utils-workflow/pyproject.toml` (+1 -1) ➕ `packages/llama-index-workflows-client/CHANGELOG.md` (+11 -0) 📝 `packages/llama-index-workflows-client/package.json` (+1 -1) 📝 `packages/llama-index-workflows-client/pyproject.toml` (+1 -1) ➕ `packages/llama-index-workflows-server/CHANGELOG.md` (+13 -0) 📝 `packages/llama-index-workflows-server/package.json` (+1 -1) 📝 `packages/llama-index-workflows-server/pyproject.toml` (+1 -1) 📝 `packages/llama-index-workflows/CHANGELOG.md` (+19 -0) 📝 `packages/llama-index-workflows/package.json` (+1 -1) 📝 `packages/llama-index-workflows/pyproject.toml` (+1 -1) 📝 `uv.lock` (+4 -4) </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## llama-index-utils-workflow@0.9.0 ### Minor Changes - 73c1254: refactor: expand runtime plugin architecture - Refactoring to better support alternate distributed backends - Some `Context` methods may now raise errors if used in an unexpected context - `WorkflowHandler` is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc) ### Patch Changes - db90f89: Separate server/client to their own packages under a llama_agents namespace - 33bbd23: Read workflows from globals rather than sys modules to facilitate more robust/correct class loading - 0e826b1: Added in the utility function draw_all_possible_flows_nested_mermaid. This draws the possible flows (not execution) of nested workflows - Updated dependencies [73c1254] - Updated dependencies [2900f58] - Updated dependencies [6fdc45c] - llama-index-workflows@2.14.0 ## llama-index-workflows@2.14.0 ### Minor Changes - 73c1254: refactor: expand runtime plugin architecture - Refactoring to better support alternate distributed backends - Some `Context` methods may now raise errors if used in an unexpected context - `WorkflowHandler` is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc) - 2900f58: Support state type inheritance in workflows ### Patch Changes - 6fdc45c: Update debugger assets - JavaScript: <https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15/dist/app.js> - CSS: <https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15/dist/app.css> ## llama-index-workflows-client@0.1.1 ### Patch Changes - db90f89: Separate server/client to their own packages under a llama_agents namespace - Updated dependencies [73c1254] - Updated dependencies [2900f58] - Updated dependencies [6fdc45c] - llama-index-workflows@2.14.0 ## llama-index-workflows-server@0.1.1 ### Patch Changes - db90f89: Separate server/client to their own packages under a llama_agents namespace - Updated dependencies [db90f89] - Updated dependencies [73c1254] - Updated dependencies [2900f58] - Updated dependencies [6fdc45c] - llama-index-workflows-client@0.1.1 - llama-index-workflows@2.14.0 --- <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:12 -05:00
yindo closed this issue 2026-02-16 02:17:12 -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#311