Skip to content

Commit 8a6c93b

Browse files
authoredDec 4, 2024··
uprev to 0.0.9 (#137)
1 parent 1a72ca5 commit 8a6c93b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.8"
7+
version = "0.0.9"
88
description = "Examples of how to use PydanticAI and what it can do."
99
authors = [
1010
{ name = "Samuel Colvin", email = "samuel@pydantic.dev" },
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
requires-python = ">=3.9"
3636
dependencies = [
37-
"pydantic-ai-slim[openai,vertexai,groq]==0.0.8",
37+
"pydantic-ai-slim[openai,vertexai,groq]==0.0.9",
3838
"asyncpg>=0.30.0",
3939
"fastapi>=0.115.4",
4040
"logfire[asyncpg,fastapi]>=2.3",

‎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.8"
7+
version = "0.0.9"
88
description = "Agent Framework / shim to use Pydantic with LLMs, slim package"
99
authors = [
1010
{ name = "Samuel Colvin", email = "samuel@pydantic.dev" },

‎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.8"
7+
version = "0.0.9"
88
description = "Agent Framework / shim to use Pydantic with LLMs"
99
authors = [
1010
{ name = "Samuel Colvin", email = "samuel@pydantic.dev" },
@@ -36,7 +36,7 @@ classifiers = [
3636
"Framework :: Pytest",
3737
]
3838
requires-python = ">=3.9"
39-
dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.8"]
39+
dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.9"]
4040

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

4747
[project.optional-dependencies]
48-
examples = ["pydantic-ai-examples==0.0.8"]
48+
examples = ["pydantic-ai-examples==0.0.9"]
4949

5050
[tool.uv.sources]
5151
pydantic-ai-slim = { workspace = true }

‎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)
Please sign in to comment.