Skip to content

Commit fd41f4b

Browse files
Update pydantic requirement from >= 2 to >=2.10.6
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.0...v2.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.10.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fd8ff5 commit fd41f4b

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 @@ python = "^3.8"
1414

1515
urllib3 = ">=2.2.3"
1616
python-dateutil = ">= 2.8.2"
17-
pydantic = ">= 2"
17+
pydantic = ">=2.10.6"
1818
typing-extensions = ">=4.13.2"
1919

2020
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)