Skip to content

Commit ba1cd1b

Browse files
chore(uv): update pydantic requirement from >=2.12.5 to >=2.13.0
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec419b3 commit ba1cd1b

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
@@ -14,7 +14,7 @@ dependencies = [
1414
"beartype>=0.22.9",
1515
"google-cloud-logging>=3.15.0",
1616
"jaxtyping>=0.3.6",
17-
"pydantic>=2.12.5",
17+
"pydantic>=2.13.0",
1818
"pydantic-settings>=2.12.0",
1919
]
2020

0 commit comments

Comments
 (0)