Skip to content

Commit

Permalink
glclientpy: Upgrade some dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cdecker committed Nov 29, 2024
1 parent 4bf0bb9 commit 959d903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/gl-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 959d903

Please sign in to comment.