diff --git a/examples/pyproject.toml b/examples/pyproject.toml index 9b027e66f9..0181f5aecf 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai-examples" -version = "0.0.25" +version = "0.0.26" description = "Examples of how to use PydanticAI and what it can do." authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, diff --git a/pydantic_ai_slim/pyproject.toml b/pydantic_ai_slim/pyproject.toml index 662d114b21..7a96c4b491 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.25" +version = "0.0.26" description = "Agent Framework / shim to use Pydantic with LLMs, slim package" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -39,7 +39,7 @@ dependencies = [ "httpx>=0.27", "logfire-api>=1.2.0", "pydantic>=2.10", - "pydantic-graph==0.0.25", + "pydantic-graph==0.0.26", ] [project.optional-dependencies] diff --git a/pydantic_graph/pyproject.toml b/pydantic_graph/pyproject.toml index e0a502ab4d..8d38e40506 100644 --- a/pydantic_graph/pyproject.toml +++ b/pydantic_graph/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-graph" -version = "0.0.25" +version = "0.0.26" description = "Graph and state machine library" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, diff --git a/pyproject.toml b/pyproject.toml index 48f56acf5d..db07a0880e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.25" +version = "0.0.26" description = "Agent Framework / shim to use Pydantic with LLMs" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -33,7 +33,7 @@ classifiers = [ ] requires-python = ">=3.9" -dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere]==0.0.25"] +dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere]==0.0.26"] [project.urls] Homepage = "https://ai.pydantic.dev" @@ -42,7 +42,7 @@ Documentation = "https://ai.pydantic.dev" Changelog = "https://github.com/pydantic/pydantic-ai/releases" [project.optional-dependencies] -examples = ["pydantic-ai-examples==0.0.25"] +examples = ["pydantic-ai-examples==0.0.26"] logfire = ["logfire>=2.3"] [tool.uv.sources] diff --git a/uv.lock b/uv.lock index 6735e41bc2..c61bdb34f7 100644 --- a/uv.lock +++ b/uv.lock @@ -2479,7 +2479,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.25" +version = "0.0.26" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["anthropic", "cohere", "groq", "mistral", "openai", "vertexai"] }, @@ -2543,7 +2543,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.25" +version = "0.0.26" source = { editable = "examples" } dependencies = [ { name = "asyncpg" }, @@ -2572,7 +2572,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.25" +version = "0.0.26" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" }, @@ -2756,7 +2756,7 @@ wheels = [ [[package]] name = "pydantic-graph" -version = "0.0.25" +version = "0.0.26" source = { editable = "pydantic_graph" } dependencies = [ { name = "httpx" },