Skip to content

Commit af79e3d

Browse files
authored
uprev to v0.0.13 (#280)
1 parent 3aa0ea3 commit af79e3d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

pydantic_ai_examples/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pydantic-ai-examples"
7-
version = "0.0.12"
7+
version = "0.0.13"
88
description = "Examples of how to use PydanticAI and what it can do."
99
authors = [
1010
{ name = "Samuel Colvin", email = "[email protected]" },
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
requires-python = ">=3.9"
3636
dependencies = [
37-
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.12",
37+
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.13",
3838
"asyncpg>=0.30.0",
3939
"fastapi>=0.115.4",
4040
"logfire[asyncpg,fastapi,sqlite3]>=2.6",

pydantic_ai_slim/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pydantic-ai-slim"
7-
version = "0.0.12"
7+
version = "0.0.13"
88
description = "Agent Framework / shim to use Pydantic with LLMs, slim package"
99
authors = [
1010
{ name = "Samuel Colvin", email = "[email protected]" },

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pydantic-ai"
7-
version = "0.0.12"
7+
version = "0.0.13"
88
description = "Agent Framework / shim to use Pydantic with LLMs"
99
authors = [
1010
{ name = "Samuel Colvin", email = "[email protected]" },
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
requires-python = ">=3.9"
3939

40-
dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.12"]
40+
dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.13"]
4141

4242
[project.urls]
4343
Homepage = "https://ai.pydantic.dev"
@@ -46,7 +46,7 @@ Documentation = "https://ai.pydantic.dev"
4646
Changelog = "https://github.com/pydantic/pydantic-ai/releases"
4747

4848
[project.optional-dependencies]
49-
examples = ["pydantic-ai-examples==0.0.12"]
49+
examples = ["pydantic-ai-examples==0.0.13"]
5050
logfire = ["logfire>=2.3"]
5151

5252
[tool.uv.sources]

uv.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)