Skip to content

Commit 6d210c2

Browse files
authored
prepare for v0.0.18 (#635)
1 parent fae2371 commit 6d210c2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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.17"
7+
version = "0.0.18"
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.17",
37+
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.18",
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.17"
7+
version = "0.0.18"
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.17"
7+
version = "0.0.18"
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.17"]
40+
dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.18"]
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.17"]
49+
examples = ["pydantic-ai-examples==0.0.18"]
5050
logfire = ["logfire>=2.3"]
5151

5252
[tool.uv.sources]

uv.lock

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

0 commit comments

Comments
 (0)