Skip to content

Commit 0711f66

Browse files
authored
Merge pull request #51 from networktocode/gfm-update-pydantic
Update minimum Pydantic version due to security advisory GHSA-5jqp-qgf6-3pvh
2 parents 92f4ccf + 10c6166 commit 0711f66

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)