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]
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.*",
]