Bump version to 0.4.1 and update airflow-mcp-server to 0.5.0

This commit is contained in:
2025-05-16 06:10:36 +00:00
parent 6399dbe8fa
commit 0c5398f002

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "airflow-wingman" name = "airflow-wingman"
version = "0.4.0" version = "0.4.1"
description = "Airflow plugin to enable LLMs chat" description = "Airflow plugin to enable LLMs chat"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"
@@ -9,7 +9,7 @@ authors = [
{name = "Abhishek Bhakat", email = "abhishek.bhakat@hotmail.com"} {name = "Abhishek Bhakat", email = "abhishek.bhakat@hotmail.com"}
] ]
dependencies = [ dependencies = [
"airflow-mcp-server>=0.4.0", "airflow-mcp-server==0.5.0",
"anthropic>=0.46.0", "anthropic>=0.46.0",
"apache-airflow>=2.10.0", "apache-airflow>=2.10.0",
"openai>=1.64.0", "openai>=1.64.0",