Skip to content

Commit 616c3a2

Browse files
authored
Merge pull request #33 from anddone-kit/dependabot/pip/pydantic-gte-2.10.6
Update pydantic requirement from >= 2 to >=2.10.6
2 parents 5fd8ff5 + fd41f4b commit 616c3a2

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)