Skip to content

Commit

Permalink
uprev to v0.0.6 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Nov 25, 2024
1 parent 89d2111 commit 9f40a47
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pydantic_ai_examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pydantic-ai-examples"
version = "0.0.6a4"
version = "0.0.6"
description = "Agent Framework / shim to use Pydantic with LLMs"
authors = [
{ name = "Samuel Colvin", email = "[email protected]" },
Expand Down Expand Up @@ -34,7 +34,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"pydantic-ai-slim[openai,vertexai,groq]==0.0.6a4",
"pydantic-ai-slim[openai,vertexai,groq]==0.0.6",
"asyncpg>=0.30.0",
"fastapi>=0.115.4",
"logfire[asyncpg,fastapi]>=2.3",
Expand Down
2 changes: 1 addition & 1 deletion pydantic_ai_slim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pydantic-ai-slim"
version = "0.0.6a4"
version = "0.0.6"
description = "Agent Framework / shim to use Pydantic with LLMs"
authors = [
{ name = "Samuel Colvin", email = "[email protected]" },
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pydantic-ai"
version = "0.0.6a4"
version = "0.0.6"
description = "Agent Framework / shim to use Pydantic with LLMs"
authors = [
{ name = "Samuel Colvin", email = "[email protected]" },
Expand Down Expand Up @@ -33,10 +33,10 @@ classifiers = [
"Topic :: Internet",
]
requires-python = ">=3.9"
dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.6a4"]
dependencies = ["pydantic-ai-slim[openai,vertexai,groq]==0.0.6"]

[project.optional-dependencies]
examples = ["pydantic-ai-examples==0.0.6a4"]
examples = ["pydantic-ai-examples==0.0.6"]

[tool.uv.sources]
pydantic-ai-slim = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f40a47

Please sign in to comment.