Add pydantic 2.5 support (#1361)

* chore: add pydantic 2.5 support

* docs: add changelog
This commit is contained in:
Oleg A 2023-11-14 13:35:37 +03:00 committed by GitHub
parent 29d766fef2
commit 9a2a72fe97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
CHANGES/1361.misc Normal file
View file

@ -0,0 +1 @@
Added pydantic v2.5 support.

View file

@ -42,7 +42,7 @@ classifiers = [
dependencies = [
"magic-filter>=1.0.12,<1.1",
"aiohttp~=3.8.5",
"pydantic>=2.4.1,<2.5",
"pydantic>=2.4.1,<2.6",
"aiofiles~=23.2.1",
"certifi>=2023.7.22",
"typing-extensions>=4.7.0,<=5.0",