Skip to content

Commit

Permalink
Dependencies: Update to commons-codec 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 17, 2024
1 parent a5ab31f commit 8e27a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- MongoDB: Fix indentation in prettified SQL output of `migr8 translate`
- MongoDB: Add capability to give type hints and add transformations
- Dependencies: Adjust code for lorrystream version 0.0.3
- Dependencies: Update to lorrystream 0.0.4 and commons-codec 0.0.6
- Dependencies: Update to lorrystream 0.0.4 and commons-codec 0.0.7

## 2024/07/25 v0.0.16
- `ctk load table`: Added support for MongoDB Change Streams
Expand Down
2 changes: 1 addition & 1 deletion cratedb_toolkit/io/processor/kinesis_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# /// script
# requires-python = ">=3.9"
# dependencies = [
# "commons-codec==0.0.6",
# "commons-codec==0.0.7",
# "sqlalchemy-cratedb==0.38.0",
# ]
# ///
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ kinesis = [
"lorrystream[carabas]==0.0.4",
]
mongodb = [
"commons-codec[mongodb,zyp]==0.0.6",
"commons-codec[mongodb,zyp]==0.0.7",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<5,>=3.10.1",
Expand Down

0 comments on commit 8e27a87

Please sign in to comment.