Skip to content

Commit 52e8098

Browse files
committed
chore: slim runtime dependencies for 0.1.1
1 parent 5173100 commit 52e8098

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openaura/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
from openaura.manifesto import load_manifesto
66

7-
__version__ = "0.1.0"
7+
__version__ = "0.1.1"
88
__all__ = ["__version__", "load_manifesto"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "open-aura"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Agentic Updates, Reviews, and Accountability — CI-native weekly project briefs powered by Pydantic AI."
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: Software Development :: Quality Assurance",
2828
]
2929
dependencies = [
30-
"pydantic-ai==1.85.0",
30+
"pydantic-ai-slim[anthropic,openai]==1.85.0",
3131
"pydantic>=2.0,<3",
3232
"httpx>=0.27,<1",
3333
"typer>=0.12,<1",

0 commit comments

Comments
 (0)