diff --git a/pydantic_ai_examples/pyproject.toml b/pydantic_ai_examples/pyproject.toml index 4eb2a4d026..b0e296dd33 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.6a4" +version = "0.0.6" description = "Agent Framework / shim to use Pydantic with LLMs" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -34,7 +34,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "pydantic-ai-slim[openai,vertexai,groq]==0.0.6a4", + "pydantic-ai-slim[openai,vertexai,groq]==0.0.6", "asyncpg>=0.30.0", "fastapi>=0.115.4", "logfire[asyncpg,fastapi]>=2.3", diff --git a/pydantic_ai_slim/pyproject.toml b/pydantic_ai_slim/pyproject.toml index a3aade9114..ebd7f3362f 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.6a4" +version = "0.0.6" description = "Agent Framework / shim to use Pydantic with LLMs" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, diff --git a/pyproject.toml b/pyproject.toml index b655083d6f..40b37d26d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.6a4" +version = "0.0.6" description = "Agent Framework / shim to use Pydantic with LLMs" authors = [ { name = "Samuel Colvin", email = "samuel@pydantic.dev" }, @@ -33,10 +33,10 @@ classifiers = [ "Topic :: Internet", ] requires-python = ">=3.9" -dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.6a4"] +dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.6"] [project.optional-dependencies] -examples = ["pydantic-ai-examples==0.0.6a4"] +examples = ["pydantic-ai-examples==0.0.6"] [tool.uv.sources] pydantic-ai-slim = { workspace = true } diff --git a/uv.lock b/uv.lock index 76ca17ef89..1039c7b294 100644 --- a/uv.lock +++ b/uv.lock @@ -1495,7 +1495,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.6a4" +version = "0.0.6" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["groq", "openai", "vertexai"] }, @@ -1562,7 +1562,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.6a4" +version = "0.0.6" source = { editable = "pydantic_ai_examples" } dependencies = [ { name = "asyncpg" }, @@ -1587,7 +1587,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.6a4" +version = "0.0.6" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" },