diff --git a/CHANGES.md b/CHANGES.md index 70ec586..17acc5a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ - MongoDB Adapter: Evaluate `_id` filter field by upcasting to `bson.ObjectId`, to convey a filter that makes `ctk load table` process a single document, identified by its OID +- MongoDB Dependencies: Update to commons-codec 0.0.17 ## 2024/09/19 v0.0.24 - MongoDB Full: Refactor transformation subsystem to `commons-codec` diff --git a/pyproject.toml b/pyproject.toml index 1c90caa..58705ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,7 +167,7 @@ kinesis = [ "lorrystream[carabas]>=0.0.6", ] mongodb = [ - "commons-codec[mongodb,zyp]>=0.0.16", + "commons-codec[mongodb,zyp]>=0.0.17", "cratedb-toolkit[io]", "orjson<4,>=3.3.1", "pymongo<5,>=3.10.1",