Increase pydantic max version (2.10)

This commit is contained in:
andrew000 2024-09-08 23:36:18 +03:00
parent 4bf4f8eac9
commit f58c20d200
No known key found for this signature in database
GPG key ID: D332A306AAA27181

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",
"pydantic>=2.4.1,<2.10",
"aiofiles~=23.2.1",
"certifi>=2023.7.22",
"typing-extensions>=4.7.0,<=5.0",