From 0c5398f0026a8162e264a52f40aa447eb2e8e343 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Fri, 16 May 2025 06:10:36 +0000 Subject: [PATCH] Bump version to 0.4.1 and update airflow-mcp-server to 0.5.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 402782f..440db92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "airflow-wingman" -version = "0.4.0" +version = "0.4.1" description = "Airflow plugin to enable LLMs chat" readme = "README.md" requires-python = ">=3.9" @@ -9,7 +9,7 @@ authors = [ {name = "Abhishek Bhakat", email = "abhishek.bhakat@hotmail.com"} ] dependencies = [ - "airflow-mcp-server>=0.4.0", + "airflow-mcp-server==0.5.0", "anthropic>=0.46.0", "apache-airflow>=2.10.0", "openai>=1.64.0",