Skip to content

Commit a3b1229

Browse files
committed
chore: Add missing pydantic dev dependency
1 parent 2386ab5 commit a3b1229

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include = [
1919
]
2020

2121
[tool.poetry.dependencies]
22-
python = "^3.6"
22+
python = "^3.6.1"
2323
astunparse = {version = "^1.6.3", python = "<3.9"}
2424
cached-property = {version = "^1.5.2", python = "<3.8"}
2525
dataclasses = {version = ">=0.7,<0.9", python = "3.6"}
@@ -57,6 +57,7 @@ pytest-sugar = "^0.9.4"
5757
pytest-xdist = "^2.2.0"
5858
toml = "^0.10.2"
5959
wemake-python-styleguide = "^0.14.1"
60+
pydantic = "^1.8.1"
6061
marshmallow = "^3.11.1"
6162

6263
[tool.poetry.scripts]

0 commit comments

Comments
 (0)