bump pydantic to 2.8

This commit is contained in:
Joren Hammudoglu 2024-04-17 07:17:20 +02:00 committed by GitHub
parent b49939aaff
commit 633df51cdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ classifiers = [
dependencies = [
"magic-filter>=1.0.12,<1.1",
"aiohttp~=3.9.0",
"pydantic>=2.4.1,<2.7",
"pydantic>=2.4.1,<2.8",
"aiofiles~=23.2.1",
"certifi>=2023.7.22",
"typing-extensions>=4.7.0,<=5.0",