diff --git a/examples/pyproject.toml b/examples/pyproject.toml index dcd5803e1b..5e0c85c4f9 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.37" +version = "0.0.38" description = "Examples of how to use PydanticAI and what it can do." authors = [{ name = "Samuel Colvin", email = "samuel@pydantic.dev" }] license = "MIT" @@ -32,7 +32,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.37", + "pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.38", "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 d9671b3787..f7fa3e3faa 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.37" +version = "0.0.38" description = "Agent Framework / shim to use Pydantic with LLMs, slim package" authors = [{ name = "Samuel Colvin", email = "samuel@pydantic.dev" }] license = "MIT" @@ -36,7 +36,7 @@ dependencies = [ "griffe>=1.3.2", "httpx>=0.27", "pydantic>=2.10", - "pydantic-graph==0.0.37", + "pydantic-graph==0.0.38", "exceptiongroup; python_version < '3.11'", "opentelemetry-api>=1.28.0", "typing-inspection>=0.4.0", diff --git a/pydantic_graph/pyproject.toml b/pydantic_graph/pyproject.toml index fc055539b7..3c37597866 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.37" +version = "0.0.38" description = "Graph and state machine library" authors = [{ name = "Samuel Colvin", email = "samuel@pydantic.dev" }] license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index b75f225dd7..f94a935b16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.37" +version = "0.0.38" description = "Agent Framework / shim to use Pydantic with LLMs" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -36,7 +36,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere,bedrock,cli]==0.0.37", + "pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere,bedrock,cli]==0.0.38", ] [project.urls] @@ -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.37"] +examples = ["pydantic-ai-examples==0.0.38"] logfire = ["logfire>=2.3"] [tool.uv.sources] diff --git a/uv.lock b/uv.lock index dd47a6ba6e..f6f6556faa 100644 --- a/uv.lock +++ b/uv.lock @@ -2716,7 +2716,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.37" +version = "0.0.38" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["anthropic", "bedrock", "cli", "cohere", "groq", "mistral", "openai", "vertexai"] }, @@ -2780,7 +2780,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.37" +version = "0.0.38" source = { editable = "examples" } dependencies = [ { name = "asyncpg" }, @@ -2809,7 +2809,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.37" +version = "0.0.38" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" }, @@ -3019,7 +3019,7 @@ wheels = [ [[package]] name = "pydantic-graph" -version = "0.0.37" +version = "0.0.38" source = { editable = "pydantic_graph" } dependencies = [ { name = "httpx" },