Skip to content

Commit 9ca6ca3

Browse files
chore(deps)(deps): update pydantic requirement in the pydantic group
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: pydantic ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cfbba2 commit 9ca6ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"httpx>=0.25.0",
33-
"pydantic>=2.0.0",
33+
"pydantic>=2.13.4",
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)