chore: Update dependencies in pyproject.toml

This commit is contained in:
KT 2023-07-01 16:10:33 +08:00
parent 15d9fba93d
commit 5a8d22f360

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "mihomo" name = "mihomo"
version = "1.1.4" version = "1.1.5"
authors = [ authors = [
{ name="KT", email="xns77477@gmail.com" }, { name="KT", email="xns77477@gmail.com" },
] ]
@ -17,6 +17,6 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"aiohttp", "aiohttp==3.*",
"pydantic", "pydantic==1.*",
] ]