diff --git a/setup.py b/setup.py index 7738e25..e942ca9 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_version(): keywords=["oicq qq qqbot", ], install_requires=[ "aiohttp", - "pydantic==1.7.4" + "pydantic==1.10.13" ], long_description=long_description, long_description_content_type="text/markdown",