Bump pydantic max version to <2.11

This commit is contained in:
kewldan 2024-11-23 16:55:07 +03:00
parent 754535a2aa
commit 1afd086b3a
No known key found for this signature in database
GPG key ID: 4B30A7C92B357B93

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.10",
"pydantic>=2.4.1,<2.11",
"aiofiles>=23.2.1,<24.2",
"certifi>=2023.7.22",
"typing-extensions>=4.7.0,<=5.0",