From 913ea299f2df5e4732f89ef991ec956daa1537c1 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Sun, 2 Mar 2025 19:37:12 +0000 Subject: [PATCH] 0.3.1 fix openai tool calling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd8b4fb..ecc4284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "airflow-wingman" -version = "0.3.0" +version = "0.3.1" description = "Airflow plugin to enable LLMs chat" readme = "README.md" requires-python = ">=3.11"