diff --git a/requirements.txt b/requirements.txt index e5c18bc..edb6dd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ nonebot-plugin-datastore>=0.4.0 nonebot-plugin-heweather>=0.6.0 nonebot-plugin-htmlrender>=0.1.1 nonebot-plugin-localstore>=0.2.0 -pydantic==1.10.3 +pydantic==2.5.3 setuptools==65.6.3 wenxin_api==0.1.7 toml>=0.10.2 \ No newline at end of file diff --git a/setup.py b/setup.py index bdeb141..54136a5 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ 'nonebot-plugin-heweather>=0.6.0' 'nonebot-plugin-htmlrender>=0.1.1' 'nonebot-plugin-localstore>=0.2.0' - 'pydantic==1.10.3' + 'pydantic==2.5.3' 'setuptools==65.6.3' 'wenxin_api==0.1.7' 'toml>=0.10.2'