From 234289a0a09bd48c90797bc5ee86141efa02ec50 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 22 Sep 2024 13:50:34 +0200 Subject: [PATCH] MongoDB Dependencies: Update to commons-codec 0.0.17 --- CHANGES.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",