Skip to content

Commit 02903fc

Browse files
committed
fix: add missing dependencies
1 parent 6f82a50 commit 02903fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/scripts/pyproject.template.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ authors = [
1313
{name = "Raystack"}
1414
]
1515
dependencies = [
16-
"protobuf>=4.21.0",
16+
"connect-python>=0.5.0",
17+
"googleapis-common-protos>=1.50.0",
1718
"grpcio>=1.50.0",
18-
"connectrpc>=1.0.0",
19-
"googleapis-common-protos>=1.56.0",
19+
"protobuf>=4.21.0,<7.0.0",
2020
]
2121

2222
[project.urls]

0 commit comments

Comments
 (0)