Skip to content

Commit fc98668

Browse files
Prep for v0.0.20 release (#756)
1 parent 2ed3792 commit fc98668

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Diff for: 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.19"
7+
version = "0.0.20"
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.19",
37+
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.20",
3838
"asyncpg>=0.30.0",
3939
"fastapi>=0.115.4",
4040
"logfire[asyncpg,fastapi,sqlite3]>=2.6",

Diff for: pydantic_ai_slim/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-slim"
7-
version = "0.0.19"
7+
version = "0.0.20"
88
description = "Agent Framework / shim to use Pydantic with LLMs, slim package"
99
authors = [
1010
{ name = "Samuel Colvin", email = "[email protected]" },
@@ -44,7 +44,7 @@ dependencies = [
4444
[project.optional-dependencies]
4545
# WARNING if you add optional groups, please update docs/install.md
4646
logfire = ["logfire>=2.3"]
47-
graph = ["pydantic-graph==0.0.19"]
47+
graph = ["pydantic-graph==0.0.20"]
4848
openai = ["openai>=1.59.0"]
4949
cohere = ["cohere>=5.13.11"]
5050
vertexai = ["google-auth>=2.36.0", "requests>=2.32.3"]

Diff for: pydantic_graph/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-graph"
7-
version = "0.0.19"
7+
version = "0.0.20"
88
description = "Graph and state machine library"
99
authors = [
1010
{ name = "Samuel Colvin", email = "[email protected]" },

Diff for: 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.19"
7+
version = "0.0.20"
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[graph,openai,vertexai,groq,anthropic,mistral,cohere]==0.0.19"]
40+
dependencies = ["pydantic-ai-slim[graph,openai,vertexai,groq,anthropic,mistral,cohere]==0.0.20"]
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.19"]
49+
examples = ["pydantic-ai-examples==0.0.20"]
5050
logfire = ["logfire>=2.3"]
5151

5252
[tool.uv.sources]

Diff for: uv.lock

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

0 commit comments

Comments
 (0)