Merge branch 'main' into fix/scan-panel-user-values
CI / lint (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Failing after 45s
CI / test (3.12) (pull_request) Failing after 1m3s
CI / test (3.13) (pull_request) Failing after 1m6s
CI / test (3.14) (pull_request) Failing after 1m4s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Failing after 1m7s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Failing after 1m11s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Failing after 1m24s
CI / test-with-coverage (pull_request) Failing after 1m25s
CI / coverage-analysis (pull_request) Skipped

This commit is contained in:
2026-09-08 10:16:03 +02:00
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.22.1 (2026-09-08)
### Bug Fixes
- Update aaredb dependency
([`3ff0f41`](https://gitea.psi.ch/mx/AareDAQ/commit/3ff0f4132267aeea6549c6507a1a3465df31d6b8))
## v0.22.0 (2026-09-07)
### Bug Fixes
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.22.0"
version = "0.22.1"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"
@@ -21,7 +21,7 @@ dependencies = [
"python-redis-lock",
"fastapi",
"uvicorn",
"aaredb>=0.2",
"aaredb>=0.83.1",
"python_multipart",
"websocket-client",
"sseclient",