Skip to content

Commit c7c3066

Browse files
yt-msMidnighter
authored andcommitted
fix: bump pydantic to >= 1.7.1 to resolve Python 3.9 issues
1 parent add3da1 commit c7c3066

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
@@ -38,7 +38,7 @@ install_requires =
3838
httpx ~= 0.16
3939
importlib_metadata; python_version <'3.8'
4040
ordered-set
41-
pydantic
41+
pydantic >= 1.7.1
4242
python-dotenv
4343
python_requires = >=3.6
4444
tests_require =

0 commit comments

Comments
 (0)