From b7014dfdb66b35f1fbf9110c586acd207d0ca3d2 Mon Sep 17 00:00:00 2001 From: Bryce Freshcorn <26725654+brycecf@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:17:54 -0500 Subject: [PATCH] Hotfix: Forgot to increment `llama-index-llms-anthropic` to `v0.4.1` (#16924) --- .github/workflows/coverage.yml | 2 +- .../llms/llama-index-llms-anthropic/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9b9c34aeea..6bb5065665 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -64,7 +64,7 @@ jobs: done if [[ "$root" != "." && "$root" != "/" && "$root" != "./" && ! "$FILTER_PATTERNS" =~ "$root" ]]; then - FILTER_PATTERNS="${FILTER_PATTERNS}'${root}'," + FILTER_PATTERNS="${FILTER_PATTERNS}'${root}/llama_index'," CHANGED_ROOTS="${CHANGED_ROOTS} ${root}/::" fi done diff --git a/llama-index-integrations/llms/llama-index-llms-anthropic/pyproject.toml b/llama-index-integrations/llms/llama-index-llms-anthropic/pyproject.toml index 6e87ed717b..483ad5c610 100644 --- a/llama-index-integrations/llms/llama-index-llms-anthropic/pyproject.toml +++ b/llama-index-integrations/llms/llama-index-llms-anthropic/pyproject.toml @@ -27,7 +27,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-llms-anthropic" readme = "README.md" -version = "0.4.0" +version = "0.4.1" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -- GitLab