From d3e02a19f1d98adefbd50ed67e455b80bd3938be Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Mon, 19 Jan 2026 13:19:10 +0530 Subject: [PATCH] fix(python): pin connect-python version to 0.5.0 --- python/scripts/pyproject.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/scripts/pyproject.template.toml b/python/scripts/pyproject.template.toml index e7ba0eb9..c9777f4d 100644 --- a/python/scripts/pyproject.template.toml +++ b/python/scripts/pyproject.template.toml @@ -13,7 +13,7 @@ authors = [ {name = "Raystack"} ] dependencies = [ - "connect-python>=0.5.0", + "connect-python==0.5.0", "googleapis-common-protos>=1.50.0", "grpcio>=1.50.0", "protobuf>=4.21.0,<7.0.0",