From 94029cdb0ba5b3d63d270036a30a08f78fdb8939 Mon Sep 17 00:00:00 2001 From: Amna Mubashar Date: Fri, 26 Sep 2025 18:08:01 +0200 Subject: [PATCH] Update to together_ai --- .github/labeler.yml | 2 +- integrations/together_ai/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 35ef06140..c5cf651d7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -169,7 +169,7 @@ integration:stackit: - any-glob-to-any-file: "integrations/stackit/**/*" - any-glob-to-any-file: ".github/workflows/stackit.yml" -integration:together-ai: +integration:together_ai: - changed-files: - any-glob-to-any-file: "integrations/together_ai/**/*" - any-glob-to-any-file: ".github/workflows/together_ai.yml" diff --git a/integrations/together_ai/pyproject.toml b/integrations/together_ai/pyproject.toml index 15b9d8eeb..696908b4b 100644 --- a/integrations/together_ai/pyproject.toml +++ b/integrations/together_ai/pyproject.toml @@ -35,7 +35,7 @@ packages = ["src/haystack_integrations"] [tool.hatch.version] source = "vcs" -tag-pattern = 'integrations\/together-ai-v(?P.*)' +tag-pattern = 'integrations\/together_ai-v(?P.*)' [tool.hatch.version.raw-options] root = "../.."