loosened pydantic upper bound to <2.8 (#1460)

* bump pydantic to 2.8

* add changelog entry for #1460
This commit is contained in:
Joren Hammudoglu 2024-04-22 12:49:34 +02:00 committed by GitHub
parent 057478621b
commit 9756dac877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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