From ae8066cb26f64e16cdd87e8796e352e02f48717e Mon Sep 17 00:00:00 2001 From: Eduardo Rios Date: Mon, 17 Aug 2026 16:42:24 -0300 Subject: [PATCH] SIENTIAPDE-2072: bump sientia_do pin to 1.12.2 Picks up the notification timestamp -> native datetime fix; also aligns requirements.txt's floor with requirements-local.txt's pin (was >=1.11.0/@1.12.0, out of sync with the other repos). --- requirements-local.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-local.txt b/requirements-local.txt index ea6a188..94ce181 100644 --- a/requirements-local.txt +++ b/requirements-local.txt @@ -3,7 +3,7 @@ psycopg2-binary==2.9.11 sqlalchemy==2.0.49 boto3==1.42.70 botocore==1.42.70 -git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.12.0 +git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.12.2 git+ssh://git@github.com/Aignosi/sientia-model-library.git@0.8.3 prometheus-client==0.23.1 beautifulsoup4==4.12.3 diff --git a/requirements.txt b/requirements.txt index 26f7036..46894ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ psycopg2-binary==2.9.11 sqlalchemy==2.0.50 boto3==1.42.70 botocore==1.42.70 -sientia_do>=1.11.0 +sientia_do>=1.12.2 sientia_model>=0.8.1 prometheus-client==0.23.1 beautifulsoup4==4.12.3