fix: fix pydantic version

This commit is contained in:
Oleg A 2023-09-25 18:19:25 +03:00
parent c3dc6fe7a8
commit 3fd18c3ed6
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.11",
"aiohttp~=3.8.5",
"pydantic>=2.1.1,<3",
"pydantic>=2.1.1,<2.4",
"aiofiles~=23.1.0",
"certifi>=2023.7.22",
"typing-extensions~=4.7.1",