Skip to content

Commit 87b2fbc

Browse files
authored
fix(python): pin connect-python version to 0.5.0 (#439)
1 parent 985fb92 commit 87b2fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/scripts/pyproject.template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
{name = "Raystack"}
1414
]
1515
dependencies = [
16-
"connect-python>=0.5.0",
16+
"connect-python==0.5.0",
1717
"googleapis-common-protos>=1.50.0",
1818
"grpcio>=1.50.0",
1919
"protobuf>=4.21.0,<7.0.0",

0 commit comments

Comments
 (0)