aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2024-12-17 12:59:42 +0300
committershadchin <shadchin@yandex-team.com>2024-12-17 13:19:38 +0300
commit30272794b11546a1e358cac78fc561ad1d4ef01b (patch)
tree7acbd64003d961bd7ff206155e6d0dbe3587f7b8 /contrib/python
parentf32d21718185bebaf27b832f94f21c02825660b3 (diff)
downloadydb-30272794b11546a1e358cac78fc561ad1d4ef01b.tar.gz
Update contrib/libs/grpc and contrib/python/grpcio/py3 to 1.54.3
commit_hash:bb9eada94a255f7675a516b6c69ab9b64e741eec
Diffstat (limited to 'contrib/python')
-rw-r--r--contrib/python/grpcio/py3/.dist-info/METADATA4
-rw-r--r--contrib/python/grpcio/py3/.yandex_meta/override.nix4
-rw-r--r--contrib/python/grpcio/py3/grpc/_grpcio_metadata.py2
-rw-r--r--contrib/python/grpcio/py3/grpc_version.py2
-rw-r--r--contrib/python/grpcio/py3/ya.make4
5 files changed, 8 insertions, 8 deletions
diff --git a/contrib/python/grpcio/py3/.dist-info/METADATA b/contrib/python/grpcio/py3/.dist-info/METADATA
index a679047cb5..555c9045a2 100644
--- a/contrib/python/grpcio/py3/.dist-info/METADATA
+++ b/contrib/python/grpcio/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: grpcio
-Version: 1.54.2
+Version: 1.54.3
Summary: HTTP/2-based RPC framework
Home-page: https://grpc.io
Author: The gRPC Authors
@@ -22,7 +22,7 @@ Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: protobuf
-Requires-Dist: grpcio-tools (>=1.54.2) ; extra == 'protobuf'
+Requires-Dist: grpcio-tools (>=1.54.3) ; extra == 'protobuf'
gRPC Python
===========
diff --git a/contrib/python/grpcio/py3/.yandex_meta/override.nix b/contrib/python/grpcio/py3/.yandex_meta/override.nix
index 46925d47d9..3b0ea381c6 100644
--- a/contrib/python/grpcio/py3/.yandex_meta/override.nix
+++ b/contrib/python/grpcio/py3/.yandex_meta/override.nix
@@ -1,10 +1,10 @@
pkgs: attrs: with pkgs; with python310.pkgs; with attrs; rec {
pname = "grpcio";
- version = "1.54.2";
+ version = "1.54.3";
src = fetchPypi {
inherit pname version;
- hash = "sha256-UKnwde7aUJeqmhgrs4d/4ScodeRTcDaKwO4Wq54i0Bk=";
+ hash = "sha256-ipuc8BEDeVBy9IdLSwZMXjeFhx1it3Txql+brKu8rCA=";
};
prePatch = "";
diff --git a/contrib/python/grpcio/py3/grpc/_grpcio_metadata.py b/contrib/python/grpcio/py3/grpc/_grpcio_metadata.py
index 99395f78b2..55a9797e16 100644
--- a/contrib/python/grpcio/py3/grpc/_grpcio_metadata.py
+++ b/contrib/python/grpcio/py3/grpc/_grpcio_metadata.py
@@ -1 +1 @@
-__version__ = """1.54.2""" \ No newline at end of file
+__version__ = """1.54.3""" \ No newline at end of file
diff --git a/contrib/python/grpcio/py3/grpc_version.py b/contrib/python/grpcio/py3/grpc_version.py
index 57a095efc1..f953ce8425 100644
--- a/contrib/python/grpcio/py3/grpc_version.py
+++ b/contrib/python/grpcio/py3/grpc_version.py
@@ -14,4 +14,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
-VERSION = '1.54.2'
+VERSION = '1.54.3'
diff --git a/contrib/python/grpcio/py3/ya.make b/contrib/python/grpcio/py3/ya.make
index 6ac843ec53..45adcdfc67 100644
--- a/contrib/python/grpcio/py3/ya.make
+++ b/contrib/python/grpcio/py3/ya.make
@@ -11,9 +11,9 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.54.2)
+VERSION(1.54.3)
-ORIGINAL_SOURCE(mirror://pypi/g/grpcio/grpcio-1.54.2.tar.gz)
+ORIGINAL_SOURCE(mirror://pypi/g/grpcio/grpcio-1.54.3.tar.gz)
PEERDIR(
contrib/libs/grpc