Fix pydantic version (#1322)

* fix: fix pydantic version

* docs: changelog add
This commit is contained in:
Oleg A 2023-09-25 19:04:16 +03:00 committed by GitHub
parent c3dc6fe7a8
commit 1dcb830b9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
CHANGES/1322.bugfix Normal file
View file

@ -0,0 +1 @@
Fixed `pydantic` version <2.4, since 2.4 has breaking changes.

View file

@ -42,7 +42,7 @@ classifiers = [
dependencies = [
"magic-filter~=1.0.11",
"aiohttp~=3.8.5",
"pydantic>=2.1.1,<3",
"pydantic>=2.1.1,<2.4",
"aiofiles~=23.1.0",
"certifi>=2023.7.22",
"typing-extensions~=4.7.1",