From 52e8098c1006e4bab344084af39b6ce4f8f42a03 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 24 Apr 2026 09:53:20 -0400 Subject: [PATCH] chore: slim runtime dependencies for 0.1.1 --- openaura/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openaura/__init__.py b/openaura/__init__.py index 955988d..b822338 100644 --- a/openaura/__init__.py +++ b/openaura/__init__.py @@ -4,5 +4,5 @@ from openaura.manifesto import load_manifesto -__version__ = "0.1.0" +__version__ = "0.1.1" __all__ = ["__version__", "load_manifesto"] diff --git a/pyproject.toml b/pyproject.toml index 44b072b..c77dfc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "open-aura" -version = "0.1.0" +version = "0.1.1" description = "Agentic Updates, Reviews, and Accountability — CI-native weekly project briefs powered by Pydantic AI." readme = "README.md" requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ "Topic :: Software Development :: Quality Assurance", ] dependencies = [ - "pydantic-ai==1.85.0", + "pydantic-ai-slim[anthropic,openai]==1.85.0", "pydantic>=2.0,<3", "httpx>=0.27,<1", "typer>=0.12,<1",