diff --git a/.changeset/brown-papers-eat.md b/.changeset/brown-papers-eat.md deleted file mode 100644 index 5bb6b04..0000000 --- a/.changeset/brown-papers-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"llama-index-utils-workflow": patch -"llama-index-workflows": patch ---- - -Update typechecking to support ty diff --git a/.changeset/fine-deer-flow.md b/.changeset/fine-deer-flow.md deleted file mode 100644 index 5d991c3..0000000 --- a/.changeset/fine-deer-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"llama-index-utils-workflow": patch -"llama-index-workflows": patch ---- - -Moving `_extract_workflow_structure` to its own module in workflow core diff --git a/.changeset/odd-cycles-mate.md b/.changeset/odd-cycles-mate.md deleted file mode 100644 index 8c1b026..0000000 --- a/.changeset/odd-cycles-mate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"llama-index-utils-workflow": patch -"llama-index-workflows": patch ---- - -Add stricter ruff formatting checks diff --git a/.changeset/old-jobs-drum.md b/.changeset/old-jobs-drum.md deleted file mode 100644 index df743b3..0000000 --- a/.changeset/old-jobs-drum.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"llama-index-utils-workflow": patch -"llama-index-workflows": patch ---- - -Switch build backend to uv diff --git a/packages/llama-index-utils-workflow/CHANGELOG.md b/packages/llama-index-utils-workflow/CHANGELOG.md new file mode 100644 index 0000000..54e0815 --- /dev/null +++ b/packages/llama-index-utils-workflow/CHANGELOG.md @@ -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 diff --git a/packages/llama-index-utils-workflow/package.json b/packages/llama-index-utils-workflow/package.json index 23ef39d..19e6f40 100644 --- a/packages/llama-index-utils-workflow/package.json +++ b/packages/llama-index-utils-workflow/package.json @@ -1,8 +1,7 @@ { "name": "llama-index-utils-workflow", - "version": "0.5.0", + "version": "0.5.1", "private": false, "license": "MIT", - "scripts": { - } + "scripts": {} } diff --git a/packages/llama-index-utils-workflow/pyproject.toml b/packages/llama-index-utils-workflow/pyproject.toml index ff7fe7c..cf3182b 100644 --- a/packages/llama-index-utils-workflow/pyproject.toml +++ b/packages/llama-index-utils-workflow/pyproject.toml @@ -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 = "adrianlyjak@gmail.com"}] diff --git a/packages/llama-index-workflows/CHANGELOG.md b/packages/llama-index-workflows/CHANGELOG.md index eef49fe..b6d85b1 100644 --- a/packages/llama-index-workflows/CHANGELOG.md +++ b/packages/llama-index-workflows/CHANGELOG.md @@ -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 diff --git a/packages/llama-index-workflows/package.json b/packages/llama-index-workflows/package.json index feda09a..1d4e76f 100644 --- a/packages/llama-index-workflows/package.json +++ b/packages/llama-index-workflows/package.json @@ -1,6 +1,6 @@ { "name": "llama-index-workflows", - "version": "2.11.2", + "version": "2.11.3", "private": false, "license": "MIT", "scripts": {} diff --git a/packages/llama-index-workflows/pyproject.toml b/packages/llama-index-workflows/pyproject.toml index d20f9f0..dd916f4 100644 --- a/packages/llama-index-workflows/pyproject.toml +++ b/packages/llama-index-workflows/pyproject.toml @@ -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"