chore: pydantic till v3

This commit is contained in:
Oleg A 2023-08-18 16:12:30 +03:00
parent 979b873034
commit b546a1c942
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,<3",
"aiofiles~=23.1.0",
"certifi>=2023.7.22",
]