Skip to content

Commit

Permalink
fix: fix pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegt0rr committed Sep 25, 2023
1 parent c3dc6fe commit 3fd18c3
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.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",
Expand Down

0 comments on commit 3fd18c3

Please sign in to comment.