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]",