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