Skip to content

Commit 7c50929

Browse files
authored
Merge pull request #214 from machow/pin-pydantic
dev: pin pydantic to v1
2 parents 1375929 + 981f76e commit 7c50929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ zipsafe = False
2121

2222
python_requires = >=3.9
2323
install_requires =
24+
click
2425
griffe
2526
plum-dispatch<2.0.0;python_version<'3.10'
2627
plum-dispatch;python_version>='3.10'
2728
sphobjinv>=2.3.1
2829
tabulate>=0.9.0
2930
importlib-metadata>=5.1.0
3031
importlib-resources>=5.10.2
31-
pydantic>=1.9.2
32+
pydantic<2.0
33+
pyyaml
3234
typing-extensions>=4.4.0
3335

3436

0 commit comments

Comments
 (0)