Skip to content

Commit

Permalink
py: Update maturin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 15, 2023
1 parent 3f36ac4 commit 73eed1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/gl-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ packages = [
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
mypy-protobuf = "^3.5"
maturin = ">=0.11,<0.12"
maturin = ">=1.0,<2.0"

[tool.poetry.dependencies]
python = ">=3.8,<4"
grpcio = ">=1.56"
pyln-grpc-proto = "^0.1"
protobuf = ">=3"
maturin = "^1.3"
maturin = ">=1.0,<2.0"

[build-system]
requires = ["maturin"]
Expand Down

0 comments on commit 73eed1a

Please sign in to comment.