feat: Added Support for ElasticSearch 9 (#1007)

This commit is contained in:
2025-07-11 12:45:39 +02:00
committed by GitHub
parent 5e6c94318c
commit 02bb52f276

View File

@@ -24,7 +24,7 @@ class Command(BaseCommand):
"""command framework""" """command framework"""
TIMEOUT = 120 TIMEOUT = 120
MIN_MAJOR, MAX_MAJOR = 8, 8 MIN_MAJOR, MAX_MAJOR = 8, 9
MIN_MINOR = 0 MIN_MINOR = 0
# pylint: disable=no-member # pylint: disable=no-member