Skip to content

Commit

Permalink
TEMP: Use commons-codec@sql-where-params for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 26, 2024
1 parent e2defa8 commit 5713ba2
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 @@ -139,7 +139,7 @@ docs = [
]
dynamodb = [
"boto3",
"commons-codec>=0.0.12",
"commons-codec @ git+https://github.com/crate/commons-codec.git@sql-where-params",
]
full = [
"cratedb-toolkit[cfr,cloud,datasets,io,service]",
Expand All @@ -155,11 +155,11 @@ io = [
"sqlalchemy>=2",
]
kinesis = [
"commons-codec>=0.0.12",
"commons-codec @ git+https://github.com/crate/commons-codec.git@sql-where-params",
"lorrystream[carabas]",
]
mongodb = [
"commons-codec[mongodb,zyp]>=0.0.12",
"commons-codec[mongodb,zyp] @ git+https://github.com/crate/commons-codec.git@sql-where-params",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<5,>=3.10.1",
Expand Down

0 comments on commit 5713ba2

Please sign in to comment.