From a788be4a6327fb05a36be40b11068d702d14ab84 Mon Sep 17 00:00:00 2001 From: GuanyiLi-Craig Date: Tue, 23 Jun 2026 13:13:21 +0100 Subject: [PATCH] Bump version to 0.0.36 to trigger PyPI publish Releases the changes merged since 0.0.35: - #100 Refine LLM tools: modern API params - #101 Replace container singleton with request-scoped runtime DI - #102 Bump dependencies to clear Dependabot security alerts Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c84c9d..e1fcd43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "grafi" -version = "0.0.35" +version = "0.0.36" description = "Grafi - a flexible, event-driven framework that enables the creation of domain-specific AI agents through composable agentic workflows." authors = [{name = "Craig Li", email = "craig@binome.dev"}] license = {text = "Mozilla Public License Version 2.0"}