chore: update version to 0.11.1 across all configurations and Docker images (#10539)

This commit is contained in:
-LAN-
2024-11-11 18:32:28 +08:00
committed by GitHub
parent 4b45ef62ed
commit 9550b884f7
5 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
import os
import sys
from configs import dify_config
@@ -29,6 +30,9 @@ from models import account, dataset, model, source, task, tool, tools, web # no
# DO NOT REMOVE ABOVE
if sys.version_info[:2] == (3, 10):
print("Warning: Python 3.10 will not be supported in the next version.")
warnings.simplefilter("ignore", ResourceWarning)