grpcio-health-checking 1.73.0rc1__tar.gz → 1.74.0rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/PKG-INFO +3 -3
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/health_pb2.py +2 -2
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/health_pb2_grpc.py +1 -1
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_version.py +1 -1
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpcio_health_checking.egg-info/PKG-INFO +3 -3
- grpcio_health_checking-1.74.0rc1/grpcio_health_checking.egg-info/requires.txt +2 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/setup.py +1 -1
- grpcio_health_checking-1.73.0rc1/grpcio_health_checking.egg-info/requires.txt +0 -2
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/LICENSE +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/MANIFEST.in +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/README.rst +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/__init__.py +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/__init__.py +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/_async.py +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/health.py +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/health_pb2.pyi +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpcio_health_checking.egg-info/SOURCES.txt +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpcio_health_checking.egg-info/dependency_links.txt +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpcio_health_checking.egg-info/top_level.txt +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/python_version.py +0 -0
- {grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: grpcio-health-checking
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.74.0rc1
|
|
4
4
|
Summary: Standard Health Checking Service for gRPC
|
|
5
5
|
Home-page: https://grpc.io
|
|
6
6
|
Author: The gRPC Authors
|
|
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Requires-Python: >=3.9
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: protobuf<7.0.0,>=6.
|
|
21
|
-
Requires-Dist: grpcio>=1.
|
|
20
|
+
Requires-Dist: protobuf<7.0.0,>=6.31.1
|
|
21
|
+
Requires-Dist: grpcio>=1.74.0rc1
|
|
22
22
|
|
|
23
23
|
gRPC Python Health Checking
|
|
24
24
|
===========================
|
{grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/health_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: grpc_health/v1/health.proto
|
|
5
|
-
# Protobuf Python Version: 6.31.
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
31,
|
|
16
|
-
|
|
16
|
+
1,
|
|
17
17
|
'',
|
|
18
18
|
'grpc_health/v1/health.proto'
|
|
19
19
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: grpcio-health-checking
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.74.0rc1
|
|
4
4
|
Summary: Standard Health Checking Service for gRPC
|
|
5
5
|
Home-page: https://grpc.io
|
|
6
6
|
Author: The gRPC Authors
|
|
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Requires-Python: >=3.9
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: protobuf<7.0.0,>=6.
|
|
21
|
-
Requires-Dist: grpcio>=1.
|
|
20
|
+
Requires-Dist: protobuf<7.0.0,>=6.31.1
|
|
21
|
+
Requires-Dist: grpcio>=1.74.0rc1
|
|
22
22
|
|
|
23
23
|
gRPC Python Health Checking
|
|
24
24
|
===========================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/__init__.py
RENAMED
|
File without changes
|
{grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/__init__.py
RENAMED
|
File without changes
|
{grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/_async.py
RENAMED
|
File without changes
|
{grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/health.py
RENAMED
|
File without changes
|
{grpcio_health_checking-1.73.0rc1 → grpcio_health_checking-1.74.0rc1}/grpc_health/v1/health_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|