Skip to content

Commit e5e1c12

Browse files
📦 build: update pydantic requirement from <3.0.0,==2.11.7 to ==2.12.3
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.11.7...v2.12.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c3d852 commit e5e1c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires-python = ">=3.9.13"
2727
dependencies = [
2828
"ddeutil[checksum]>=0.4.8",
2929
"ddeutil-io[yaml,toml]>=0.2.14",
30-
"pydantic==2.11.7,<3.0.0",
30+
"pydantic==2.12.3",
3131
"pydantic-extra-types>=2.10.4,<3.0.0",
3232
"python-dotenv>=1.1.0",
3333
"typer>=0.16.0",

0 commit comments

Comments
 (0)