Skip to content

Commit

Permalink
TEMP: Update to commons-codec HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 30, 2024
1 parent 9a3e515 commit 8925ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand All @@ -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",
Expand Down

0 comments on commit 8925ca0

Please sign in to comment.