From ab355a87dfb5981642433b9a66132dd19a794449 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 23 Nov 2024 16:46:29 +0100 Subject: [PATCH 1/2] glclientpy: Upgrade some dependencies We noticed that the constraint was much lower than the implied 1.67 minimum version, because the generated files have a minimum version they support. --- libs/gl-client-py/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gl-client-py/pyproject.toml b/libs/gl-client-py/pyproject.toml index 597ffa68f..bc7aa4269 100644 --- a/libs/gl-client-py/pyproject.toml +++ b/libs/gl-client-py/pyproject.toml @@ -28,13 +28,13 @@ black = "^23.1.0" mypy-protobuf = "^3.5" maturin = {version = ">=1.0,<1.3.2", extras = ["patchelf"]} mypy = "^1.7.0" -grpcio-tools = "^1.59.2" +grpcio-tools = "^1.67" [tool.poetry.dependencies] python = ">=3.8,<4" -grpcio = ">=1.56" +grpcio = ">=1.67" pyln-grpc-proto = ">=0.1.2,<1.2" -protobuf = ">=3" +protobuf = ">=4" maturin = ">=1.0" [build-system] From be4665e3173ec24a536e7c0a1ef14498f3e63ba7 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 29 Nov 2024 17:00:56 +0100 Subject: [PATCH 2/2] Update grpcweb.py --- libs/gl-testing/gltesting/grpcweb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/gl-testing/gltesting/grpcweb.py b/libs/gl-testing/gltesting/grpcweb.py index 05a668dff..5aaa231a3 100644 --- a/libs/gl-testing/gltesting/grpcweb.py +++ b/libs/gl-testing/gltesting/grpcweb.py @@ -180,7 +180,6 @@ def proxy(self, request: Request): # Load TLS client cert info client ctx = httpx.create_ssl_context( verify=ca_path, - http2=True, cert=( node.identity.cert_chain_path, node.identity.private_key_path,