diff --git a/pydantic_ai_examples/pyproject.toml b/pydantic_ai_examples/pyproject.toml index 9ef9c63578..84c4e6c8a0 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.6" +version = "0.0.7" 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]==0.0.6", + "pydantic-ai-slim[openai,vertexai,groq]==0.0.7", "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 f627c131b7..115a3e0838 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.6" +version = "0.0.7" 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 826470059c..1e6e7e2e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydantic-ai" -version = "0.0.6" +version = "0.0.7" 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.6"] +dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.7"] [project.optional-dependencies] -examples = ["pydantic-ai-examples==0.0.6"] +examples = ["pydantic-ai-examples==0.0.7"] [tool.uv.sources] pydantic-ai-slim = { workspace = true } diff --git a/uv.lock b/uv.lock index b6725d7771..21f9d848a5 100644 --- a/uv.lock +++ b/uv.lock @@ -1495,7 +1495,7 @@ wheels = [ [[package]] name = "pydantic-ai" -version = "0.0.6" +version = "0.0.7" source = { editable = "." } dependencies = [ { name = "pydantic-ai-slim", extra = ["groq", "openai", "vertexai"] }, @@ -1540,7 +1540,7 @@ lint = [ [[package]] name = "pydantic-ai-examples" -version = "0.0.6" +version = "0.0.7" source = { editable = "pydantic_ai_examples" } dependencies = [ { name = "asyncpg" }, @@ -1565,7 +1565,7 @@ requires-dist = [ [[package]] name = "pydantic-ai-slim" -version = "0.0.6" +version = "0.0.7" source = { editable = "pydantic_ai_slim" } dependencies = [ { name = "eval-type-backport" },