Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/brown-papers-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fine-deer-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-cycles-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-jobs-drum.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/llama-index-utils-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# llama-index-utils-workflow

## 0.5.1

### Patch Changes

- f307253: Update typechecking to support ty
- 91159d7: Moving `_extract_workflow_structure` to its own module in workflow core
- 300fd05: Add stricter ruff formatting checks
- 32ae78a: Switch build backend to uv
5 changes: 2 additions & 3 deletions packages/llama-index-utils-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "llama-index-utils-workflow",
"version": "0.5.0",
"version": "0.5.1",
"private": false,
"license": "MIT",
"scripts": {
}
"scripts": {}
}
2 changes: 1 addition & 1 deletion packages/llama-index-utils-workflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev = ["pytest>=8.4.2", "pytest-asyncio>=1.0.0", "pytest-cov>=6.1.1"]

[project]
name = "llama-index-utils-workflow"
version = "0.5.0"
version = "0.5.1"
description = "llama-index utils for workflows"
readme = "README.md"
authors = [{name = "Adrian Lyjak", email = "[email protected]"}]
Expand Down
9 changes: 9 additions & 0 deletions packages/llama-index-workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# llama-index-workflows

## 2.11.3

### Patch Changes

- f307253: Update typechecking to support ty
- 91159d7: Moving `_extract_workflow_structure` to its own module in workflow core
- 300fd05: Add stricter ruff formatting checks
- 32ae78a: Switch build backend to uv

## 2.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-index-workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llama-index-workflows",
"version": "2.11.2",
"version": "2.11.3",
"private": false,
"license": "MIT",
"scripts": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-index-workflows/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev = [

[project]
name = "llama-index-workflows"
version = "2.11.2"
version = "2.11.3"
description = "An event-driven, async-first, step-based way to control the execution flow of AI applications like Agents."
readme = "README.md"
license = "MIT"
Expand Down