grpcio-health-checking 1.78.0__tar.gz → 1.78.0rc2__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.
Files changed (21) hide show
  1. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/PKG-INFO +2 -2
  2. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health_pb2_grpc.py +1 -1
  3. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_version.py +1 -1
  4. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/PKG-INFO +2 -2
  5. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/requires.txt +1 -1
  6. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/LICENSE +0 -0
  7. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/MANIFEST.in +0 -0
  8. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/README.rst +0 -0
  9. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_health/__init__.py +0 -0
  10. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/__init__.py +0 -0
  11. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/_async.py +0 -0
  12. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health.py +0 -0
  13. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health_pb2.py +0 -0
  14. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health_pb2.pyi +0 -0
  15. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/SOURCES.txt +0 -0
  16. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/dependency_links.txt +0 -0
  17. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/top_level.txt +0 -0
  18. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/pyproject.toml +0 -0
  19. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/python_version.py +0 -0
  20. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/setup.cfg +0 -0
  21. {grpcio_health_checking-1.78.0 → grpcio_health_checking-1.78.0rc2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: grpcio-health-checking
3
- Version: 1.78.0
3
+ Version: 1.78.0rc2
4
4
  Summary: Standard Health Checking Service for gRPC
5
5
  Author-email: The gRPC Authors <grpc-io@googlegroups.com>
6
6
  License-Expression: Apache-2.0
@@ -19,7 +19,7 @@ Requires-Python: >=3.9
19
19
  Description-Content-Type: text/x-rst
20
20
  License-File: LICENSE
21
21
  Requires-Dist: protobuf<7.0.0,>=6.31.1
22
- Requires-Dist: grpcio>=1.78.0
22
+ Requires-Dist: grpcio>=1.78.0rc2
23
23
  Dynamic: classifier
24
24
  Dynamic: license-file
25
25
  Dynamic: requires-dist
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from grpc_health.v1 import health_pb2 as grpc__health_dot_v1_dot_health__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.78.0'
8
+ GRPC_GENERATED_VERSION = '1.78.0rc2'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -14,4 +14,4 @@
14
14
 
15
15
  # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
16
16
 
17
- VERSION = '1.78.0'
17
+ VERSION = '1.78.0rc2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: grpcio-health-checking
3
- Version: 1.78.0
3
+ Version: 1.78.0rc2
4
4
  Summary: Standard Health Checking Service for gRPC
5
5
  Author-email: The gRPC Authors <grpc-io@googlegroups.com>
6
6
  License-Expression: Apache-2.0
@@ -19,7 +19,7 @@ Requires-Python: >=3.9
19
19
  Description-Content-Type: text/x-rst
20
20
  License-File: LICENSE
21
21
  Requires-Dist: protobuf<7.0.0,>=6.31.1
22
- Requires-Dist: grpcio>=1.78.0
22
+ Requires-Dist: grpcio>=1.78.0rc2
23
23
  Dynamic: classifier
24
24
  Dynamic: license-file
25
25
  Dynamic: requires-dist
@@ -1,2 +1,2 @@
1
1
  protobuf<7.0.0,>=6.31.1
2
- grpcio>=1.78.0
2
+ grpcio>=1.78.0rc2