diff --git a/pydantic_ai_examples/pyproject.toml b/pydantic_ai_examples/pyproject.toml index 0b209e08cb..f1aadf3288 100644 --- a/pydantic_ai_examples/pyproject.toml +++ b/pydantic_ai_examples/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai-examples" -version = "0.0.8" +version = "0.0.9" description = "Examples of how to use PydanticAI and what it can do." authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -34,7 +34,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "pydantic-ai-slim[openai,vertexai,groq]==0.0.8", + "pydantic-ai-slim[openai,vertexai,groq]==0.0.9", "asyncpg>=0.30.0", "fastapi>=0.115.4", "logfire[asyncpg,fastapi]>=2.3", diff --git a/pydantic_ai_slim/pyproject.toml b/pydantic_ai_slim/pyproject.toml index 60d372cc72..9d57d6dced 100644 --- a/pydantic_ai_slim/pyproject.toml +++ b/pydantic_ai_slim/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai-slim" -version = "0.0.8" +version = "0.0.9" description = "Agent Framework / shim to use Pydantic with LLMs, slim package" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, diff --git a/pyproject.toml b/pyproject.toml index 101395386f..3e6bf32927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.8" +version = "0.0.9" description = "Agent Framework / shim to use Pydantic with LLMs" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -36,7 +36,7 @@ classifiers = [ "Framework :: Pytest", ] requires-python = ">=3.9" -dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.8"] +dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.9"] [project.urls] Homepage = "https://ai.pydantic.dev" @@ -45,7 +45,7 @@ Documentation = "https://ai.pydantic.dev" Changelog = "https://github.com/pydantic/pydantic-ai/releases" [project.optional-dependencies] -examples = ["pydantic-ai-examples==0.0.8"] +examples = ["pydantic-ai-examples==0.0.9"] [tool.uv.sources] pydantic-ai-slim = { workspace = true } diff --git a/uv.lock b/uv.lock index af7f6d98a2..a5f57d614e 100644 --- a/uv.lock +++ b/uv.lock @@ -1495,7 +1495,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.8" +version = "0.0.9" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["groq", "openai", "vertexai"] }, @@ -1542,7 +1542,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.8" +version = "0.0.9" source = { editable = "pydantic_ai_examples" } dependencies = [ { name = "asyncpg" }, @@ -1567,7 +1567,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.8" +version = "0.0.9" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" },