diff --git a/examples/pyproject.toml b/examples/pyproject.toml index 0a2daf5f73..7c3aa91e73 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.21" +version = "0.0.22" 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.21", + "pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.22", "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 78ce10ab41..a82c93f890 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.21" +version = "0.0.22" 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.21", + "pydantic-graph==0.0.22", ] [project.optional-dependencies] diff --git a/pydantic_graph/pyproject.toml b/pydantic_graph/pyproject.toml index 8862b87663..c38876443a 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.21" +version = "0.0.22" description = "Graph and state machine library" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, diff --git a/pyproject.toml b/pyproject.toml index e0acff807f..a03dc9cf70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.21" +version = "0.0.22" 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[graph,openai,vertexai,groq,anthropic,mistral,cohere]==0.0.21"] +dependencies = ["pydantic-ai-slim[graph,openai,vertexai,groq,anthropic,mistral,cohere]==0.0.22"] [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.21"] +examples = ["pydantic-ai-examples==0.0.22"] logfire = ["logfire>=2.3"] [tool.uv.sources] diff --git a/uv.lock b/uv.lock index 9787f3ab2a..45724827f5 100644 --- a/uv.lock +++ b/uv.lock @@ -2519,7 +2519,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.21" +version = "0.0.22" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["anthropic", "cohere", "groq", "mistral", "openai", "vertexai"] }, @@ -2582,7 +2582,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.21" +version = "0.0.22" source = { editable = "examples" } dependencies = [ { name = "asyncpg" }, @@ -2612,7 +2612,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.21" +version = "0.0.22" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" }, @@ -2793,7 +2793,7 @@ wheels = [ [[package]] name = "pydantic-graph" -version = "0.0.21" +version = "0.0.22" source = { editable = "pydantic_graph" } dependencies = [ { name = "httpx" },