Skip to content

Commit

Permalink
Update minimum compatible version to 3.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanZRasa committed Jan 13, 2025
1 parent 2d9c7aa commit 1d6f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
CONFIG_TELEMETRY_ENABLED = "enabled"
CONFIG_TELEMETRY_DATE = "date"

MINIMUM_COMPATIBLE_VERSION = "3.5.0"
MINIMUM_COMPATIBLE_VERSION = "3.6.21"

GLOBAL_USER_CONFIG_PATH = os.path.expanduser("~/.config/rasa/global.yml")

Expand Down

0 comments on commit 1d6f66c

Please sign in to comment.