Skip to content

Commit 204ebdb

Browse files
authored
Update pydantic to ^1.8 (#82)
1 parent ff08195 commit 204ebdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ setup_requires =
2828
install_requires =
2929
boto3 >=1.12.7,<2
3030
SQLAlchemy >=1.3.13,<1.4
31-
pydantic == 1.4
31+
pydantic >=1.8,<1.9
3232
more-itertools >= 8.0.2,<8.5
3333
3434
tests_require =

0 commit comments

Comments
 (0)