Autogenerated update for 5b12236c59...cd767e3390
This commit is contained in:
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: auth.proto
|
# source: auth.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'auth.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -6,10 +6,8 @@ import warnings
|
|||||||
from . import auth_pb2 as auth__pb2
|
from . import auth_pb2 as auth__pb2
|
||||||
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -19,15 +17,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in auth_pb2_grpc.py depends on'
|
+ f' but the generated code in auth_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: bots.proto
|
# source: bots.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'bots.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import bots_pb2 as bots__pb2
|
from . import bots_pb2 as bots__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in bots_pb2_grpc.py depends on'
|
+ f' but the generated code in bots_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: datastore.proto
|
# source: datastore.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'datastore.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import datastore_pb2 as datastore__pb2
|
from . import datastore_pb2 as datastore__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in datastore_pb2_grpc.py depends on'
|
+ f' but the generated code in datastore_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: dev.proto
|
# source: dev.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'dev.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import dev_pb2 as dev__pb2
|
from . import dev_pb2 as dev__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in dev_pb2_grpc.py depends on'
|
+ f' but the generated code in dev_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: events.proto
|
# source: events.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'events.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import events_pb2 as events__pb2
|
from . import events_pb2 as events__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in events_pb2_grpc.py depends on'
|
+ f' but the generated code in events_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: maps.proto
|
# source: maps.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'maps.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import maps_pb2 as maps__pb2
|
from . import maps_pb2 as maps__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in maps_pb2_grpc.py depends on'
|
+ f' but the generated code in maps_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: moderation.proto
|
# source: moderation.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'moderation.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import moderation_pb2 as moderation__pb2
|
from . import moderation_pb2 as moderation__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in moderation_pb2_grpc.py depends on'
|
+ f' but the generated code in moderation_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: ranks.proto
|
# source: ranks.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'ranks.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import ranks_pb2 as ranks__pb2
|
from . import ranks_pb2 as ranks__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in ranks_pb2_grpc.py depends on'
|
+ f' but the generated code in ranks_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: servers.proto
|
# source: servers.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'servers.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import servers_pb2 as servers__pb2
|
from . import servers_pb2 as servers__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in servers_pb2_grpc.py depends on'
|
+ f' but the generated code in servers_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: times.proto
|
# source: times.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'times.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import times_pb2 as times__pb2
|
from . import times_pb2 as times__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in times_pb2_grpc.py depends on'
|
+ f' but the generated code in times_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: transactions.proto
|
# source: transactions.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'transactions.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import transactions_pb2 as transactions__pb2
|
from . import transactions_pb2 as transactions__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in transactions_pb2_grpc.py depends on'
|
+ f' but the generated code in transactions_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: users.proto
|
# source: users.proto
|
||||||
# Protobuf Python Version: 5.26.1
|
# Protobuf Python Version: 6.31.0
|
||||||
"""Generated protocol buffer code."""
|
"""Generated protocol buffer code."""
|
||||||
from google.protobuf import descriptor as _descriptor
|
from google.protobuf import descriptor as _descriptor
|
||||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||||
|
from google.protobuf import runtime_version as _runtime_version
|
||||||
from google.protobuf import symbol_database as _symbol_database
|
from google.protobuf import symbol_database as _symbol_database
|
||||||
from google.protobuf.internal import builder as _builder
|
from google.protobuf.internal import builder as _builder
|
||||||
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
||||||
|
_runtime_version.Domain.PUBLIC,
|
||||||
|
6,
|
||||||
|
31,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
'users.proto'
|
||||||
|
)
|
||||||
# @@protoc_insertion_point(imports)
|
# @@protoc_insertion_point(imports)
|
||||||
|
|
||||||
_sym_db = _symbol_database.Default()
|
_sym_db = _symbol_database.Default()
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ import warnings
|
|||||||
|
|
||||||
from . import users_pb2 as users__pb2
|
from . import users_pb2 as users__pb2
|
||||||
|
|
||||||
GRPC_GENERATED_VERSION = '1.64.1'
|
GRPC_GENERATED_VERSION = '1.73.1'
|
||||||
GRPC_VERSION = grpc.__version__
|
GRPC_VERSION = grpc.__version__
|
||||||
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
||||||
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
||||||
_version_not_supported = False
|
_version_not_supported = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -18,15 +16,12 @@ except ImportError:
|
|||||||
_version_not_supported = True
|
_version_not_supported = True
|
||||||
|
|
||||||
if _version_not_supported:
|
if _version_not_supported:
|
||||||
warnings.warn(
|
raise RuntimeError(
|
||||||
f'The grpc package installed is at version {GRPC_VERSION},'
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
||||||
+ f' but the generated code in users_pb2_grpc.py depends on'
|
+ f' but the generated code in users_pb2_grpc.py depends on'
|
||||||
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
||||||
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
||||||
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
||||||
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
||||||
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
||||||
RuntimeWarning
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user