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",