We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5e6380 + 060ed2d commit f8bd3b0Copy full SHA for f8bd3b0
{{cookiecutter.project_slug}}/pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
21
{% if cookiecutter.use_database == "sqlite" %} "aiosqlite==0.21.0",{% endif %}
22
{% if cookiecutter.use_database == "mysql" %} "aiomysql==0.3.2",{% endif %}
23
"greenlet==3.2.4",
24
- "pydantic==2.12.3",
+ "pydantic==2.12.4",
25
"pydantic-settings==2.11.0",
26
"sqlalchemy==2.0.44",
27
"stamina==25.1.0",
0 commit comments