From 92b9b9be23ed3575a3d50ef527ab6f99056aca54 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Wed, 3 Jan 2024 12:23:40 +0100 Subject: [PATCH] Fix google_ai integration versioning --- integrations/google_ai/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/google_ai/pyproject.toml b/integrations/google_ai/pyproject.toml index b04949592..91fcd655b 100644 --- a/integrations/google_ai/pyproject.toml +++ b/integrations/google_ai/pyproject.toml @@ -36,11 +36,11 @@ Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/int [tool.hatch.version] source = "vcs" -tag-pattern = 'integrations\/google-ai-v(?P.*)' +tag-pattern = 'integrations\/google_ai-v(?P.*)' [tool.hatch.version.raw-options] root = "../.." -git_describe_command = 'git describe --tags --match="integrations/google-ai-v[0-9]*"' +git_describe_command = 'git describe --tags --match="integrations/google_ai-v[0-9]*"' [tool.hatch.envs.default] dependencies = [