Skip to content

Commit 69e589a

Browse files
authored
Pin pydantic to < 2 (#94)
1 parent eace60b commit 69e589a

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
@@ -33,7 +33,7 @@ setup_requires =
3333
setuptools_scm
3434
install_requires =
3535
requests>=2.27.0
36-
pydantic>=1.9.1
36+
pydantic>=1.9.1,<2
3737

3838
[options.extras_require]
3939
tests =

0 commit comments

Comments
 (0)