historian: update shebang and pyproject dependencies

This commit is contained in:
daywalker90 2026-05-12 22:33:32 +02:00
parent 6ecb2138d0
commit 64b8a79ff2
3 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.9.2"
# requires-python = ">=3.10"
# dependencies = [
# "inotify>=0.2.12",
# "pika>=1.3.2",
# "pyln-client>=24.2",
# "pika>=1.4.0",
# "pyln-client>=25.9.3",
# "python-dotenv>=1.1.0",
# "sqlalchemy>=2.0.40",
# ]

View file

@ -9,7 +9,7 @@ requires-python = ">=3.10"
dependencies = [
"inotify>=0.2.12",
"pika>=1.3.2",
"pika>=1.4.0",
"pyln-client>=25.9.3",
"python-dotenv>=1.1.0",
"sqlalchemy>=2.0.40",

8
historian/uv.lock generated
View file

@ -609,7 +609,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "inotify", specifier = ">=0.2.12" },
{ name = "pika", specifier = ">=1.3.2" },
{ name = "pika", specifier = ">=1.4.0" },
{ name = "pyln-client", specifier = ">=25.9.3" },
{ name = "python-dotenv", specifier = ">=1.1.0" },
{ name = "sqlalchemy", specifier = ">=2.0.40" },
@ -830,11 +830,11 @@ wheels = [
[[package]]
name = "pika"
version = "1.3.2"
version = "1.4.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/db/db/d4102f356af18f316c67f2cead8ece307f731dd63140e2c71f170ddacf9b/pika-1.3.2.tar.gz", hash = "sha256:b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f", size = 145029, upload-time = "2023-05-05T14:25:43.368Z" }
sdist = { url = "https://files.pythonhosted.org/packages/4b/15/b6a706f1e886335aedc1e21d23913fe1a0fdaadd597d7721b26f11fe306a/pika-1.4.0.tar.gz", hash = "sha256:84aa6d0cf60bbdb79d5780544a4a4e1799392760127bf9de2a03d3c3b92f5f1a", size = 154264, upload-time = "2026-05-06T18:04:32.569Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/f9/f3/f412836ec714d36f0f4ab581b84c491e3f42c6b5b97a6c6ed1817f3c16d0/pika-1.3.2-py3-none-any.whl", hash = "sha256:0779a7c1fafd805672796085560d290213a465e4f6f76a6fb19e378d8041a14f", size = 155415, upload-time = "2023-05-05T14:25:41.484Z" },
{ url = "https://files.pythonhosted.org/packages/dd/07/b7269c5367995648897a40ae37054780fc68b71afcc51c169a739c653d4b/pika-1.4.0-py3-none-any.whl", hash = "sha256:937d8576f92a1ce3673d442161fefef614ac557583e10b9d84c14a6e228ed6a7", size = 164964, upload-time = "2026-05-06T18:04:31.343Z" },
]
[[package]]