Skip to content

Commit 10c6166

Browse files
committed
Update minimum Pydantic version due to GHSA-5jqp-qgf6-3pvh
1 parent 92f4ccf commit 10c6166

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

poetry.lock

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.6"
19-
pydantic = "^1.7.2"
19+
pydantic = "^1.7.4,!=1.8,!=1.8.1"
2020
structlog = "^20.1.0"
2121
colorama = {version = "^0.4.3", optional = true}
2222

0 commit comments

Comments
 (0)