release: v1.2.5 - fix Pillow regressions and test stability

This commit is contained in:
2026-04-10 12:53:02 +02:00
parent 448217bc2f
commit beb4d20b54
6 changed files with 89 additions and 38 deletions

View File

@@ -32,7 +32,7 @@ def get_version_limits():
}
else:
return {
"max_concurrent_operations": 4
"max_concurrent_operations": {{MAX_CONCURRENT_OPERATIONS}}
}
def is_free_version():