Skip to content

Commit 335b1eb

Browse files
build(deps): bump pydantic-ai from 1.107.0 to 2.0.0 in /pydantic-ai
Bumps [pydantic-ai](https://github.com/pydantic/pydantic-ai) from 1.107.0 to 2.0.0. - [Release notes](https://github.com/pydantic/pydantic-ai/releases) - [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md) - [Commits](pydantic/pydantic-ai@v1.107.0...v2.0.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb0ef47 commit 335b1eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pydantic-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = [
66
"slack-sdk==3.42.0",
77
"slack-bolt==1.28.0",
88
"slack-cli-hooks==0.3.0",
9-
"pydantic-ai[openai]==1.107.0",
9+
"pydantic-ai[openai]==2.0.0",
1010
"python-dotenv==1.2.2",
1111
]
1212

pydantic-ai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
slack-sdk==3.42.0
22
slack-bolt==1.28.0
33
slack-cli-hooks==0.3.0
4-
pydantic-ai[openai,anthropic]==1.107.0
4+
pydantic-ai[openai,anthropic]==2.0.0
55
python-dotenv==1.2.2
66

77
pytest==9.1.1

0 commit comments

Comments
 (0)