-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fae2371
commit 6d210c2
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "pydantic-ai-examples" | ||
version = "0.0.17" | ||
version = "0.0.18" | ||
description = "Examples of how to use PydanticAI and what it can do." | ||
authors = [ | ||
{ name = "Samuel Colvin", email = "[email protected]" }, | ||
|
@@ -34,7 +34,7 @@ classifiers = [ | |
] | ||
requires-python = ">=3.9" | ||
dependencies = [ | ||
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.17", | ||
"pydantic-ai-slim[openai,vertexai,groq,anthropic]==0.0.18", | ||
"asyncpg>=0.30.0", | ||
"fastapi>=0.115.4", | ||
"logfire[asyncpg,fastapi,sqlite3]>=2.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "pydantic-ai-slim" | ||
version = "0.0.17" | ||
version = "0.0.18" | ||
description = "Agent Framework / shim to use Pydantic with LLMs, slim package" | ||
authors = [ | ||
{ name = "Samuel Colvin", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "pydantic-ai" | ||
version = "0.0.17" | ||
version = "0.0.18" | ||
description = "Agent Framework / shim to use Pydantic with LLMs" | ||
authors = [ | ||
{ name = "Samuel Colvin", email = "[email protected]" }, | ||
|
@@ -37,7 +37,7 @@ classifiers = [ | |
] | ||
requires-python = ">=3.9" | ||
|
||
dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.17"] | ||
dependencies = ["pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral]==0.0.18"] | ||
|
||
[project.urls] | ||
Homepage = "https://ai.pydantic.dev" | ||
|
@@ -46,7 +46,7 @@ Documentation = "https://ai.pydantic.dev" | |
Changelog = "https://github.com/pydantic/pydantic-ai/releases" | ||
|
||
[project.optional-dependencies] | ||
examples = ["pydantic-ai-examples==0.0.17"] | ||
examples = ["pydantic-ai-examples==0.0.18"] | ||
logfire = ["logfire>=2.3"] | ||
|
||
[tool.uv.sources] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.