diff --git a/examples/pyproject.toml b/examples/pyproject.toml index bd2fe14e8b..8a6f479fa4 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.17" +version = "0.0.18" 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.17", + "pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.18", "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 cc587cbf92..abc4c0ba99 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.17" +version = "0.0.18" 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 848275b125..a56cc16c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.17" +version = "0.0.18" 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.17"] +dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.18"] [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.17"] +examples = ["pydantic-ai-examples==0.0.18"] logfire = ["logfire>=2.3"] [tool.uv.sources] diff --git a/uv.lock b/uv.lock index 358025d1ba..c42ac5d6f2 100644 --- a/uv.lock +++ b/uv.lock @@ -1619,7 +1619,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.17" +version = "0.0.18" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["anthropic", "groq", "mistral", "openai", "vertexai"] }, @@ -1670,7 +1670,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.17" +version = "0.0.18" source = { editable = "examples" } dependencies = [ { name = "asyncpg" }, @@ -1697,7 +1697,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.17" +version = "0.0.18" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" },