Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/cln-tracer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Christian Decker", email = "[email protected]"}
]
readme = "README.md"
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = [
"bcc>=0.1.10",
"opentelemetry-proto>=1.21.0"
Expand Down
4 changes: 2 additions & 2 deletions contrib/msggen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "A utility to transform wire messages and JSON-RPC messages to arbitrary target languages."
authors = [{ name = "Christian Decker", email = "[email protected]" }]
license = { text = "BSD-MIT" }
requires-python = ">=3.6,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = []

[dependency-groups]
Expand All @@ -18,7 +18,7 @@ include = ["msggen/schema.json"]


[tool.poetry.dependencies]
python = "^3.6"
python = "^3.9"

[tool.poetry.group.dev.dependencies]
pytest = "^6.2.5"
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Client library and plugin library for Core Lightning"
authors = [{ name = "Christian Decker", email = "[email protected]" }]
license = { text = "BSD-MIT" }
readme = "README.md"
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = ["pyln-proto>=23", "pyln-bolt7>=1.0"]

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-grpc-proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The compiled GRPC proto for CLN"
authors = [{ name = "Christian Decker", email = "[email protected]" }]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = ["grpcio==1.69.0", "protobuf==5.29.4"]

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
license = {text = "BSD-MIT"}
readme = "README.md"
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = [
"base58>=2.1.1",
"bitstring>=4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-spec/bolt1/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Rusty Russell", email = "[email protected]"}
]
license = {text = "MIT"}
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = []

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-spec/bolt2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Rusty Russell", email = "[email protected]"}
]
license = {text = "MIT"}
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = []

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-spec/bolt4/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Rusty Russell", email = "[email protected]"}
]
license = {text = "MIT"}
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = []

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-spec/bolt7/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.4.246"
description = "BOLT7"
authors = [{ name = "Rusty Russell" }]
license = { text = "BSD-MIT" }
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = []

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Test your Core Lightning integration, plugins or whatever you wan
authors = [{ name = "Christian Decker", email = "[email protected]" }]
license = { text = "BSD-MIT" }
readme = "README.md"
requires-python = ">=3.8,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = [
"pytest>=7.0.0",
"ephemeral-port-reserve>=1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cln-meta-project"
version = "0.1.0"
description = "Just a helper to get our python dependencies under control"
authors = [{ name = "Christian Decker", email = "[email protected]" }]
requires-python = ">=3.8.1,<4.0"
requires-python = ">=3.9,<4.0"
dependencies = [
"Mako>=1.1.6",
"websocket-client>=1.2.3",
Expand Down
770 changes: 48 additions & 722 deletions uv.lock

Large diffs are not rendered by default.

Loading