Skip to content

Commit

Permalink
fix: fix pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kul'kov committed Mar 19, 2024
1 parent 16296fd commit 5c9ab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/{{project_name}}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
pydantic = "^2.6.4"
pydantic = "^2.5.3"
pydantic-settings = "^2.1.0"
aiogram = "^3.3.0"
loguru = "^0.7.2"
Expand Down

0 comments on commit 5c9ab9c

Please sign in to comment.