feat: change packer dependency version restrictions

This commit is contained in:
2026-08-17 15:51:09 +08:00
parent 40fee18194
commit b9e9039c83
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"jinja2==3.1.6",
"jinja2>=3.1.6",
"semver>=3.0.4",
]