We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80d37c commit 8b62fa1Copy full SHA for 8b62fa1
1 file changed
{{cookiecutter.project_slug}}/pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
{% if cookiecutter.use_database == "postgresql" %} "asyncpg==0.30.0",{% endif %}
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",
+ "greenlet==3.3.0",
24
"pydantic==2.12.4",
25
"pydantic-settings==2.12.0",
26
"sqlalchemy==2.0.44",
0 commit comments