diff --git a/pyproject.toml b/pyproject.toml index 2d49592c..1860f43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mihomo" -version = "1.1.4" +version = "1.1.5" authors = [ { name="KT", email="xns77477@gmail.com" }, ] @@ -17,6 +17,6 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "aiohttp", - "pydantic", + "aiohttp==3.*", + "pydantic==1.*", ] \ No newline at end of file