Skip to content

Commit 959d903

Browse files
committed
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.
1 parent 4bf0bb9 commit 959d903

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/gl-client-py/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ black = "^23.1.0"
2828
mypy-protobuf = "^3.5"
2929
maturin = {version = ">=1.0,<1.3.2", extras = ["patchelf"]}
3030
mypy = "^1.7.0"
31-
grpcio-tools = "^1.59.2"
31+
grpcio-tools = "^1.67"
3232

3333
[tool.poetry.dependencies]
3434
python = ">=3.8,<4"
35-
grpcio = ">=1.56"
35+
grpcio = ">=1.67"
3636
pyln-grpc-proto = ">=0.1.2,<1.2"
37-
protobuf = ">=3"
37+
protobuf = ">=4"
3838
maturin = ">=1.0"
3939

4040
[build-system]

0 commit comments

Comments
 (0)