Skip to content

Commit

Permalink
Dependencies: Unpin commons-codec, to always use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 21, 2024
1 parent dd463d1 commit 4cebbb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


## Unreleased
- Dependencies: Unpin commons-codec, to always use the latest version

## 2024/08/19 v0.0.17
- Processor: Updated Kinesis Lambda processor to understand AWS DMS
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.7",
# "commons-codec",
# "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 @@ -158,7 +158,7 @@ kinesis = [
"lorrystream[carabas]==0.0.4",
]
mongodb = [
"commons-codec[mongodb,zyp]==0.0.7",
"commons-codec[mongodb,zyp]",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<5,>=3.10.1",
Expand Down

0 comments on commit 4cebbb3

Please sign in to comment.