From b57b95bbc4f46ec51ae41e7513bb9f56dd060f66 Mon Sep 17 00:00:00 2001 From: Tim-Oliver Husser Date: Fri, 16 Jan 2026 14:15:21 +0100 Subject: [PATCH 1/2] fixed bug --- pyobs/cli/pyobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyobs/cli/pyobs.py b/pyobs/cli/pyobs.py index cb70e3bf..0729f623 100755 --- a/pyobs/cli/pyobs.py +++ b/pyobs/cli/pyobs.py @@ -87,7 +87,7 @@ def run(self) -> None: else: self.application(**self._config).run() - def _start_daemon(self, pid_file: str) -> None: + def _start_daemon(self, pid_file: str, **kwargs: Any) -> None: """Start process as a daemon. Args: From c770ad181e3fbeb522febc278493e77a32a90d70 Mon Sep 17 00:00:00 2001 From: Tim-Oliver Husser Date: Fri, 16 Jan 2026 14:15:27 +0100 Subject: [PATCH 2/2] v1.38.5 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c3ee747..a0a134d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyobs-core" -version = "1.38.4" +version = "1.38.5" description = "robotic telescope software" authors = [{ name = "Tim-Oliver Husser", email = "thusser@uni-goettingen.de" }] requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index d7271030..c73f971b 100644 --- a/uv.lock +++ b/uv.lock @@ -2120,7 +2120,7 @@ wheels = [ [[package]] name = "pyobs-core" -version = "1.38.4" +version = "1.38.5" source = { editable = "." } dependencies = [ { name = "aiohttp" },