Skip to content

Commit

Permalink
TEMP: Use development version of commons-codec to verify adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 26, 2024
1 parent ee0352a commit 52bcc50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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",
# "commons-codec @ git+https://github.com/crate/commons-codec.git@sql-with-params",
# "sqlalchemy-cratedb==0.38.0",
# ]
# ///
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ docs = [
]
dynamodb = [
"boto3",
"commons-codec",
"commons-codec @ git+https://github.com/crate/commons-codec.git@sql-with-params",
]
full = [
"cratedb-toolkit[cfr,cloud,datasets,io,service]",
Expand All @@ -155,10 +155,11 @@ io = [
"sqlalchemy>=2",
]
kinesis = [
"commons-codec[mongodb,zyp] @ git+https://github.com/crate/commons-codec.git@sql-with-params",
"lorrystream[carabas]",
]
mongodb = [
"commons-codec[mongodb,zyp]>=0.0.4",
"commons-codec[mongodb,zyp] @ git+https://github.com/crate/commons-codec.git@sql-with-params",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<5,>=3.10.1",
Expand Down

0 comments on commit 52bcc50

Please sign in to comment.