Support wider pydantic version (#1273)

* chore: make pydantic version wider

* fix: > instead ^

* chore: pydantic till v3
This commit is contained in:
Oleg A 2023-08-18 16:51:41 +03:00 committed by GitHub
parent 5a14098803
commit bc0932a745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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