Skip to content

Commit f5b45d2

Browse files
committed
maint(dev): pin pydantic version
v2 of pydantic introduces breaking changes, specifically Field() now returns a FieldInfo with the `annotation` field set to NonType.
1 parent 586a3f0 commit f5b45d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dev =
6262
black
6363
isort
6464
pre-commit
65-
pydantic
65+
pydantic==1.9.1
6666
docs =
6767
sphinx >= 4.0.0
6868
sphinx-argparse

0 commit comments

Comments
 (0)