Skip to content

Commit

Permalink
Support wider pydantic version (#1273)
Browse files Browse the repository at this point in the history
* chore: make pydantic version wider

* fix: > instead ^

* chore: pydantic till v3
  • Loading branch information
Olegt0rr committed Aug 18, 2023
1 parent 5a14098 commit bc0932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [
dependencies = [
"magic-filter~=1.0",
"aiohttp~=3.8.5",
"pydantic~=2.1.1",
"pydantic>=2.1.1,<3",
"aiofiles~=23.1.0",
"certifi>=2023.7.22",
]
Expand Down

0 comments on commit bc0932a

Please sign in to comment.