diff --git a/pyproject.toml b/pyproject.toml index 54eedf3..fcd429a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ docs = [ ] dynamodb = [ "boto3", - "commons-codec>=0.0.19", + "commons-codec[mongodb,zyp] @ git+https://github.com/crate/commons-codec.git@dynamodb-fix-cdc", ] full = [ "cratedb-toolkit[cfr,cloud,datasets,io,service]", @@ -163,11 +163,11 @@ io = [ kinesis = [ "aiobotocore<2.16", "async-kinesis<1.2", - "commons-codec>=0.0.19", + "commons-codec[mongodb,zyp] @ git+https://github.com/crate/commons-codec.git@dynamodb-fix-cdc", "lorrystream[carabas]>=0.0.6", ] mongodb = [ - "commons-codec[mongodb,zyp]>=0.0.19", + "commons-codec[mongodb,zyp] @ git+https://github.com/crate/commons-codec.git@dynamodb-fix-cdc", "cratedb-toolkit[io]", "orjson<4,>=3.3.1", "pymongo<4.10,>=3.10.1",