prometheus: upgrade min version of python to 3.10 and pyln packages to v25.9

This commit is contained in:
daywalker90 2026-04-20 12:35:07 +02:00
parent 6edb4dd6c5
commit cc1f0936da
3 changed files with 542 additions and 839 deletions

View file

@ -5,13 +5,13 @@ description = "A plugin that reports metrics to be collected by prometheus"
readme = "README.md"
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
license = "MIT"
requires-python = ">=3.9.2"
requires-python = ">=3.10"
dependencies = ["prometheus-client>=0.20.0", "pyln-client>=24.5"]
dependencies = ["prometheus-client>=0.20.0", "pyln-client>=25.9.3"]
[dependency-groups]
dev = [
"pyln-testing>=24.5",
"pyln-testing>=25.9.3",
"pytest-rerunfailures>=10.3",
"pytest-timeout>=2.1.0",
"pytest-xdist>=3.1.0",

View file

@ -1,6 +1,6 @@
import os
from pyln.testing.fixtures import * # noqa: F401,F403
import urllib
import urllib.request
plugin_path = os.path.join(os.path.dirname(__file__), "prometheus.py")

1373
prometheus/uv.lock generated

File diff suppressed because it is too large Load diff