Compare commits

...

1 Commits

2 changed files with 3107 additions and 5 deletions

View File

@@ -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*"]

3104
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff