From 2cca9c52ebb7591ea298ea486cd7e52c97aa0881 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:37:44 +0200 Subject: [PATCH] Add method to insert manual samples into the database Introduce `create_manual_sample` method to handle the creation of manual samples using `SampleShortInfo`. This includes optional handling of data collection parameters and integrates with the existing API for database insertion. --- daq/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daq/pyproject.toml b/daq/pyproject.toml index a9d9c8a5..251092ae 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "python_multipart==0.0.20", "websocket-client", "sseclient-py>=1.8.0", - #"aaredaqlib==0.2.0", + "aaredaqlib==0.2.0", ] [lint]