From 2e95ce49edb041e644f9f33d878d340b12afc0fb Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 15 Aug 2024 18:39:37 +0200 Subject: [PATCH] Chore: Fix reference to LorryStream WIP --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c8ca002..1771e5f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ io = [ "sqlalchemy>=2", ] kinesis = [ - "lorrystream @ git+https://github.com/daq-tools/lorrystream.git@55cf456fdcd3", + "lorrystream @ git+https://github.com/daq-tools/lorrystream.git@kinesis", ] mongodb = [ "commons-codec[mongodb,zyp]==0.0.4",