Skip to content

Commit

Permalink
chore/update-version-to-0.11.1-across-all-configurations-and-Docker-i…
Browse files Browse the repository at this point in the history
…mages
  • Loading branch information
laipz8200 committed Nov 11, 2024
1 parent 3c2cc95 commit 5e9d316
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/app_factory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import sys

from configs import dify_config

Expand Down Expand Up @@ -40,6 +41,9 @@
from libs.passport import PassportService
from services.account_service import AccountService

if sys.version_info[:2] == (3, 10):
print("Warning: Python 3.10 will not be supported in the next version.")


class DifyApp(Flask):
pass
Expand Down

0 comments on commit 5e9d316

Please sign in to comment.