diff --git a/examples/pyproject.toml b/examples/pyproject.toml index cde029cf..ac22d2ed 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.15" +version = "0.0.16" 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.15", + "pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.16", "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 b9ea0ed9..d083ec75 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.15" +version = "0.0.16" 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 f44677b3..8365c431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.15" +version = "0.0.16" 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.15"] +dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.16"] [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.15"] +examples = ["pydantic-ai-examples==0.0.16"] logfire = ["logfire>=2.3"] [tool.uv.sources] diff --git a/uv.lock b/uv.lock index 9f7c84c3..09ea1496 100644 --- a/uv.lock +++ b/uv.lock @@ -1571,7 +1571,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.15" +version = "0.0.16" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["anthropic", "groq", "mistral", "openai", "vertexai"] }, @@ -1622,7 +1622,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.15" +version = "0.0.16" source = { editable = "examples" } dependencies = [ { name = "asyncpg" }, @@ -1647,7 +1647,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.15" +version = "0.0.16" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" },