Skip to content

Commit 9206eb8

Browse files
Build: Bump pydantic from 2.12.5 to 2.13.3
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.3. - [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.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1ab55e commit 9206eb8

2 files changed

Lines changed: 339 additions & 346 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"click>=7.1.1,<9.0.0",
3737
"rich>=10.11.0,<15.0.0",
3838
"strictyaml>=1.7.0,<2.0.0", # CVE-2020-14343 was fixed in 5.4.
39-
"pydantic>=2.0,<3.0,!=2.4.0,!=2.4.1,!=2.12.0,!=2.12.1", # 2.4.0, 2.4.1, 2.12.0, 2.12.1 has a critical bug
39+
"pydantic!=2.4.0,!=2.4.1,!=2.12.0,!=2.12.1,>=2.13.3,<3.0", # 2.4.0, 2.4.1, 2.12.0, 2.12.1 has a critical bug
4040
"fsspec>=2023.1.0",
4141
"pyparsing>=3.1.0,<4.0.0",
4242
"tenacity>=8.2.3,<10.0.0",

0 commit comments

Comments
 (0)