From d7b73b915c2e2b66391e51e26fa55c7c00385ac0 Mon Sep 17 00:00:00 2001 From: Kraust Date: Thu, 5 Sep 2024 22:54:36 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c29d9c7..bae7a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "PySide6==6.7.2", "pyqtgraph==0.13.7", "numpy==1.26.4", - "STO-OSCR>=2024.9b20", + "STO-OSCR>=2024.9b50", "OSCR-django-client>=2024.9.2.1", "pydantic==2.7.3", ]