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]
|
||||
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"
|
||||
requires-python = ">=3.11"
|
||||
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",
|
||||
@@ -21,8 +21,6 @@ classifiers = [
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
]
|
||||
license = "MIT"
|
||||
license-files = ["LICEN[CS]E*"]
|
||||
|
||||
Reference in New Issue
Block a user