From 27716f77a119aa0862d318c983708402706d8350 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 21 Aug 2024 10:46:44 +0200 Subject: [PATCH] Dependencies: Unpin lorrystream, to always use the latest version --- CHANGES.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3bcd788a..01e22b56 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## Unreleased - Dependencies: Unpin commons-codec, to always use the latest version +- Dependencies: Unpin lorrystream, to always use the latest version ## 2024/08/19 v0.0.17 - Processor: Updated Kinesis Lambda processor to understand AWS DMS diff --git a/pyproject.toml b/pyproject.toml index 67a582eb..59c96270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,7 +155,7 @@ io = [ "sqlalchemy>=2", ] kinesis = [ - "lorrystream[carabas]==0.0.4", + "lorrystream[carabas]", ] mongodb = [ "commons-codec[mongodb,zyp]",