Fixed typo

This commit is contained in:
JRoot Junior 2024-09-18 21:50:18 +03:00
parent af26911d63
commit 098c88c94d
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -43,7 +43,7 @@ classifiers = [
dependencies = [
"magic-filter>=1.0.12,<1.1",
"aiohttp>=3.9.0,<3.11",
"pydantic>=2.4.1,<2.9; python_version < '3.9'", # v2.10 breaks compatibility with Python 3.8 without any reason
"pydantic>=2.4.1,<2.9; python_version < '3.9'", # v2.9 breaks compatibility with Python 3.8 without any reason
"pydantic>=2.4.1,<2.10; python_version >= '3.9'",
"aiofiles>=23.2.1,<24.2",
"certifi>=2023.7.22",