Bump version to 0.4.1 and update airflow-mcp-server to 0.5.0
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user