grpcio-csds 1.75.0rc1__tar.gz → 1.75.1__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_csds-1.75.0rc1 → grpcio_csds-1.75.1}/PKG-INFO +3 -3
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/grpc_version.py +1 -1
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/grpcio_csds.egg-info/PKG-INFO +3 -3
- grpcio_csds-1.75.1/grpcio_csds.egg-info/requires.txt +3 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/python_version.py +2 -2
- grpcio_csds-1.75.0rc1/grpcio_csds.egg-info/requires.txt +0 -3
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/LICENSE +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/MANIFEST.in +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/README.rst +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/grpc_csds/__init__.py +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/grpcio_csds.egg-info/SOURCES.txt +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/grpcio_csds.egg-info/dependency_links.txt +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/grpcio_csds.egg-info/top_level.txt +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/setup.cfg +0 -0
- {grpcio_csds-1.75.0rc1 → grpcio_csds-1.75.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: grpcio-csds
|
|
3
|
-
Version: 1.75.
|
|
3
|
+
Version: 1.75.1
|
|
4
4
|
Summary: xDS configuration dump library
|
|
5
5
|
Home-page: https://grpc.io
|
|
6
6
|
Author: The gRPC Authors
|
|
@@ -13,8 +13,8 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
13
13
|
Requires-Python: >=3.9
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: protobuf<7.0.0,>=6.31.1
|
|
16
|
-
Requires-Dist: xds-protos==1.75.
|
|
17
|
-
Requires-Dist: grpcio>=1.75.
|
|
16
|
+
Requires-Dist: xds-protos==1.75.1
|
|
17
|
+
Requires-Dist: grpcio>=1.75.1
|
|
18
18
|
|
|
19
19
|
gRPC Python Client Status Discovery Service package
|
|
20
20
|
===================================================
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: grpcio-csds
|
|
3
|
-
Version: 1.75.
|
|
3
|
+
Version: 1.75.1
|
|
4
4
|
Summary: xDS configuration dump library
|
|
5
5
|
Home-page: https://grpc.io
|
|
6
6
|
Author: The gRPC Authors
|
|
@@ -13,8 +13,8 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
13
13
|
Requires-Python: >=3.9
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: protobuf<7.0.0,>=6.31.1
|
|
16
|
-
Requires-Dist: xds-protos==1.75.
|
|
17
|
-
Requires-Dist: grpcio>=1.75.
|
|
16
|
+
Requires-Dist: xds-protos==1.75.1
|
|
17
|
+
Requires-Dist: grpcio>=1.75.1
|
|
18
18
|
|
|
19
19
|
gRPC Python Client Status Discovery Service package
|
|
20
20
|
===================================================
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_csds/python_version.py.template`!!!
|
|
16
16
|
|
|
17
|
-
SUPPORTED_PYTHON_VERSIONS = ["3.9","3.10","3.11","3.12","3.13"]
|
|
17
|
+
SUPPORTED_PYTHON_VERSIONS = ["3.9","3.10","3.11","3.12","3.13","3.14"]
|
|
18
18
|
|
|
19
19
|
MIN_PYTHON_VERSION = 3.9
|
|
20
|
-
MAX_PYTHON_VERSION = 3.
|
|
20
|
+
MAX_PYTHON_VERSION = 3.14
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|