From f26dd70ad179105ac1a15450a5a40a2a86bd545b Mon Sep 17 00:00:00 2001 From: Renton McNeill Date: Wed, 25 Feb 2026 09:40:57 +0000 Subject: [PATCH] bump jentic-sdk version, bump standard-agent version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e539687..03a430c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "standard-agent" -version = "0.1.11" +version = "0.1.12" description = "A simple, modular library for building AI agents—with a composable core and plug‑in components." requires-python = ">=3.11" readme = "README.md" license = "Apache-2.0" license-files = ["LICENSE", 'NOTICE'] dependencies = [ - "jentic>=0.9.5", + "jentic>=0.10.0", "openai>=1.100.2", "pydantic>=2.0", "python-dotenv>=1.0.0",