Bump version to 0.4.1 and update airflow-mcp-server to 0.5.0
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
|
|
||||||
[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.11"
|
||||||
authors = [
|
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",
|
||||||
@@ -21,8 +21,6 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.10",
|
|
||||||
"Programming Language :: Python :: 3.9",
|
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
license-files = ["LICEN[CS]E*"]
|
license-files = ["LICEN[CS]E*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user