diff --git a/pydantic_ai_examples/pyproject.toml b/pydantic_ai_examples/pyproject.toml index ac2d646749..a5fbe16c86 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.12" +version = "0.0.13" 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,anthropic]==0.0.12", + "pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.13", "asyncpg>=0.30.0", "fastapi>=0.115.4", "logfire[asyncpg,fastapi,sqlite3]>=2.6", diff --git a/pydantic_ai_slim/pyproject.toml b/pydantic_ai_slim/pyproject.toml index fe053b8036..5055008939 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.12" +version = "0.0.13" 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 83a6af2172..6a2a7633ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.12" +version = "0.0.13" description = "Agent Framework / shim to use Pydantic with LLMs" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -37,7 +37,7 @@ classifiers = [ ] requires-python = ">=3.9" -dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.12"] +dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.13"] [project.urls] Homepage = "https://ai.pydantic.dev" @@ -46,7 +46,7 @@ Documentation = "https://ai.pydantic.dev" Changelog = "https://github.com/pydantic/pydantic-ai/releases" [project.optional-dependencies] -examples = ["pydantic-ai-examples==0.0.12"] +examples = ["pydantic-ai-examples==0.0.13"] logfire = ["logfire>=2.3"] [tool.uv.sources] diff --git a/uv.lock b/uv.lock index e8f1b638ad..1c8e956cfc 100644 --- a/uv.lock +++ b/uv.lock @@ -1580,10 +1580,10 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.12" +version = "0.0.13" source = { editable = "." } dependencies = [ - { name = "pydantic-ai-slim", extra = ["anthropic", "groq", "openai", "vertexai", "mistral"] }, + { name = "pydantic-ai-slim", extra = ["anthropic", "groq", "mistral", "openai", "vertexai"] }, ] [package.optional-dependencies] @@ -1631,7 +1631,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.12" +version = "0.0.13" source = { editable = "pydantic_ai_examples" } dependencies = [ { name = "asyncpg" }, @@ -1656,7 +1656,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.12" +version = "0.0.13" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" },