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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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