Skip to content

Commit 9f40a47

Browse files
authored
uprev to v0.0.6 (#94)
1 parent 89d2111 commit 9f40a47

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: 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.6a4"
7+
version = "0.0.6"
88
description = "Agent Framework / shim to use Pydantic with LLMs"
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]==0.0.6a4",
37+
"pydantic-ai-slim[openai,vertexai,groq]==0.0.6",
3838
"asyncpg>=0.30.0",
3939
"fastapi>=0.115.4",
4040
"logfire[asyncpg,fastapi]>=2.3",

Diff for: 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.6a4"
7+
version = "0.0.6"
88
description = "Agent Framework / shim to use Pydantic with LLMs"
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.6a4"
7+
version = "0.0.6"
88
description = "Agent Framework / shim to use Pydantic with LLMs"
99
authors = [
1010
{ name = "Samuel Colvin", email = "[email protected]" },
@@ -33,10 +33,10 @@ classifiers = [
3333
"Topic :: Internet",
3434
]
3535
requires-python = ">=3.9"
36-
dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.6a4"]
36+
dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.6"]
3737

3838
[project.optional-dependencies]
39-
examples = ["pydantic-ai-examples==0.0.6a4"]
39+
examples = ["pydantic-ai-examples==0.0.6"]
4040

4141
[tool.uv.sources]
4242
pydantic-ai-slim = { workspace = true }

Diff for: 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)