From 2de35bf5e1b32196b880bdc170a69397cf4b2c8f Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 25 Nov 2024 22:19:16 +0000 Subject: [PATCH 1/2] uprev to v0.0.6 --- pydantic_ai_examples/pyproject.toml | 4 ++-- pydantic_ai_slim/pyproject.toml | 2 +- pyproject.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) 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 } From 10cb92a3cf7dd2b1dc72dadb0066252f1177b817 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 25 Nov 2024 22:20:50 +0000 Subject: [PATCH 2/2] sync --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" },