fix: > instead ^

This commit is contained in:
Oleg A 2023-08-18 16:11:12 +03:00
parent fe71d78a8b
commit 979b873034
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -42,7 +42,7 @@ classifiers = [
dependencies = [
"magic-filter~=1.0",
"aiohttp~=3.8.5",
"pydantic^=2.1.1",
"pydantic>=2.1.1",
"aiofiles~=23.1.0",
"certifi>=2023.7.22",
]