Skip to content

Commit adeb3b3

Browse files
authored
Version 0.0.46 (#1253)
1 parent 313ade6 commit adeb3b3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.45"
7+
version = "0.0.46"
88
description = "Examples of how to use PydanticAI and what it can do."
99
authors = [{ name = "Samuel Colvin", email = "[email protected]" }]
1010
license = "MIT"
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
requires-python = ">=3.9"
3434
dependencies = [
35-
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.45",
35+
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.46",
3636
"asyncpg>=0.30.0",
3737
"fastapi>=0.115.4",
3838
"logfire[asyncpg,fastapi,sqlite3]>=2.6",

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.45"
7+
version = "0.0.46"
88
description = "Agent Framework / shim to use Pydantic with LLMs, slim package"
99
authors = [{ name = "Samuel Colvin", email = "[email protected]" }]
1010
license = "MIT"
@@ -36,7 +36,7 @@ dependencies = [
3636
"griffe>=1.3.2",
3737
"httpx>=0.27",
3838
"pydantic>=2.10",
39-
"pydantic-graph==0.0.45",
39+
"pydantic-graph==0.0.46",
4040
"exceptiongroup; python_version < '3.11'",
4141
"opentelemetry-api>=1.28.0",
4242
"typing-inspection>=0.4.0",

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.45"
7+
version = "0.0.46"
88
description = "Graph and state machine library"
99
authors = [{ name = "Samuel Colvin", email = "[email protected]" }]
1010
license = "MIT"

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.45"
7+
version = "0.0.46"
88
description = "Agent Framework / shim to use Pydantic with LLMs"
99
authors = [
1010
{ name = "Samuel Colvin", email = "[email protected]" },
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
requires-python = ">=3.9"
3838
dependencies = [
39-
"pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere,bedrock,cli,mcp]==0.0.45",
39+
"pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere,bedrock,cli,mcp]==0.0.46",
4040
]
4141

4242
[project.urls]
@@ -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.45"]
49+
examples = ["pydantic-ai-examples==0.0.46"]
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)